Skip to content

Commit

Permalink
fix: add blake3_neon.c import for arm neon SIMD.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBrest committed Nov 19, 2024
1 parent e8afecf commit cd0994e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/blake3-c/blake3_neon.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#if __ARM_NEON__
#include "../../lib/blake3/c/blake3_neon.c"
#endif

0 comments on commit cd0994e

Please sign in to comment.