Skip to content

Commit

Permalink
wip: compile with emulated 256-bit wide AVX intrinsics
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhirn committed Nov 19, 2024
1 parent f6a96f0 commit 0d6d12b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ set -eu
-sALLOW_MEMORY_GROWTH \
-sEXPORTED_FUNCTIONS=_malloc,_free,_argon2_hash,_argon2_verify,_argon2_error_message,_argon2_encodedlen \
-DARGON2_NO_THREADS \
-D__AVX2__ \
--cache=../.emscripten \
-Iinclude \
-o ../src/argon2.wasm \
Expand Down

0 comments on commit 0d6d12b

Please sign in to comment.