Skip to content

[wasm] Intrinsify Vector128.ExtractMostSignificantBits for floating element types #90600

@matouskozak

Description

@matouskozak

Add support for emitting intrinsics for Vector128.ExtractMostSignificantBits when element type is float, double on WASM.

#ifdef TARGET_WASM
if (type_enum_is_float (arg0_type))
return NULL;

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions