Skip to content

Commit

Permalink
Update FastSIMD for WASM support and Relaxed setting.
Browse files Browse the repository at this point in the history
Support targeting Emscripten with the Node Editor
  • Loading branch information
Auburn committed Apr 27, 2024
1 parent deee870 commit e58e732
Show file tree
Hide file tree
Showing 14 changed files with 630 additions and 119 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
*.out
*.app
/.vs*
/.idea
/out
/cmake-build*
/build
/enc_temp_folder
/cpm-cache
Expand Down
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ endif()
option(FASTNOISE2_TOOLS "Build \"Node Editor\" executable" ${FASTNOISE2_STANDALONE_PROJECT})
option(FASTNOISE2_TESTS "Build tests" OFF)

option(FASTNOISE2_STRICT_FP "Enable strict floating point calculations to ensure output from different SIMD feature sets match EXACTLY" OFF)

if(MSVC)
#setup pdb target location
set(pdb_output_dir "${CMAKE_CURRENT_BINARY_DIR}/pdb-files")
Expand Down
Loading

0 comments on commit e58e732

Please sign in to comment.