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.
Is v128 a "number type"? #363
Closed
Description
This came up in https://bugzilla.mozilla.org/show_bug.cgi?id=1666939#c5
Basically a "number type" in the original spec is i32, i64, f32, f64, and they can use the old select, while anything else must use the new select. SIMD is a new proposal so I guess it has the choice to add v128 to be a number type, or not?
Currently v128 seems to be accepted as a number type by V8 and Binaryen, but not SpiderMonkey.
Metadata
Metadata
Assignees
Labels
No labels