1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-27 00:16:03 +02:00

forgot semicolon

tcc requires it?
This commit is contained in:
divinity76 2024-02-03 00:50:48 +01:00 committed by GitHub
parent e9b0456b88
commit f72d884370
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -298,7 +298,7 @@ size_t blake3_simd_degree(void) {
} }
#endif #endif
#else #else
MAYBE_UNUSED(get_cpu_features) MAYBE_UNUSED(get_cpu_features);
#endif #endif
#if BLAKE3_USE_NEON == 1 #if BLAKE3_USE_NEON == 1
return 4; return 4;