Skip to content
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
@Maratyszcza

Description

@Maratyszcza

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions