1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-04-28 05:25:13 +02:00
This commit is contained in:
divinity76 2024-03-26 23:21:40 +00:00 committed by GitHub
commit ed9e118e7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,7 +86,6 @@ static void cpuidex(uint32_t out[4], uint32_t id, uint32_t sid) {
#endif
}
#endif
enum cpu_feature {
SSE2 = 1 << 0,
@ -161,6 +160,7 @@ static
#endif
}
}
#endif
void blake3_compress_in_place(uint32_t cv[8],
const uint8_t block[BLAKE3_BLOCK_LEN],