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
WASM has added intrinsics support for Vector128:ExtractMostSignificantBits, where they saw big performance gain on a few Span and Json API's.
Implement intrinsics support for ExtractMostSignificantBits on:
ARM64 mini JIT
ARM64 LLVM
AMD64 mini JIT
AMD64 LLVM
NOTE: Additionally, investigate if Vector64 variant could be easily handled by the change.