You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake: pass --experimental-wasm-simd to Node.js < 17 in corrade_add_test().
Snce version 15 Node.js ships with V8 8.6, which contains also the
remaining bitmask instructions, so from that version onwards there
should be no harm from having SIMD enabled. Older versions have SIMD
incomplete, meaning general code won't really run anyway, independently
of the flag being set or not.
0 commit comments