Skip to content

Commit

Permalink
feat: add sse2 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBrest committed Jan 21, 2025
1 parent fe79149 commit 46a0d83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/blake3-c/blake3_sse2.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#if __SSE2__
#include "../../lib/blake3/c/blake3_sse2.c"
#endif

0 comments on commit 46a0d83

Please sign in to comment.