This repository was archived by the owner on Dec 22, 2021. It is now read-only.
This repository was archived by the owner on Dec 22, 2021. It is now read-only.
Double-precision SIMD conversions #348
Open
Description
Currently WebAssembly SIMD specification is missing all kinds of double-precision f64x2
conversions. The instruction set needs at least the following conversions to be usable:
- SIMD double-precision to single-precision floating-point
- SIMD single-precision to double-precision floating-point
- SIMD double-precision to 32-bit integer
- SIMD 32-bit integer to double-precision
Metadata
Metadata
Assignees
Labels
No labels