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
The WebAssembly target supports a large number of SIMD intrinsics, many of which are generated from clang builtins. None of these intrinsics can be constant folded, however, which may significantly hinder optimizations when the builtins are used, including when they are used indirectly via the wasm_simd128.h intrinsic header.