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:
NOTE: Additionally, investigate if Vector64 variant could be easily handled by the change.
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
ExtractMostSignificantBitson:NOTE: Additionally, investigate if
Vector64variant could be easily handled by the change.