Skip to content

Commit

Permalink
add implementation for wasm simd
Browse files Browse the repository at this point in the history
[skip_fishtest]
  • Loading branch information
dhbloo committed Jul 24, 2024
1 parent 9a88467 commit 49a8c22
Show file tree
Hide file tree
Showing 2 changed files with 424 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Rapfi/core/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
#include <arm_neon.h> // NEON
#endif

#if defined(USE_WASM_SIMD)
#include <wasm_simd128.h> // WASM SIMD128
#endif

#if defined(_MSC_VER)
#include <cstdlib> // for _rotr64
#include <intrin.h> // for __umulh, _mm_prefetch, __prefetch
Expand Down
Loading

0 comments on commit 49a8c22

Please sign in to comment.