Closed
Description
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.