Replies: 5 comments 4 replies
-
Hm, FMA requirement might be too strict. If we have hardware FMA requirement, then we won't need to define a relaxed FMA, since any hardware that doesn't have FMA won't be able to run these instructions anyway. However, the spec doesn't really have a way to say minimum hardware requirement, does it? |
Beta Was this translation helpful? Give feedback.
-
Your message got cut off, it looks like you're trying to say "... we're aligned"? |
Beta Was this translation helpful? Give feedback.
-
De-facto the Relaxed SIMD treats SSE4.1 / NEON as the baseline too, as instruction proposals used the currently targeted by Chrome & FireFox for WAsm SIMD ISAs as the baseline. |
Beta Was this translation helpful? Give feedback.
-
Technically, all issues are open (we didn't close them when instructions were added to the spec). #77 is the only one not yet in the spec. |
Beta Was this translation helpful? Give feedback.
-
I am not sure we have to up the requirements, but I think it would be good to be upfront about potential requirements for instructions that require more than SSE to be efficient or get rounded differently. The latter is obvious - we are "relaxing" allowed output because we want to provide an option to support those hardware features. In my opinion being upfront about accelerating instructions via newer ISAs is important too, otherwise we are effectively saying we are adding instructions that provide nothing new. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Starting a discussion to figure out what's needed for Phase 4!
Aside from the stated requirements for Phase 4 (spec finalized, support from browser VMs, toolchain support for remaining instructions) I'm wondering if there are other things that will help us move us further along towards standardizing this proposal. Some things I can think of that we could tackle at the subgroup level:
Beta Was this translation helpful? Give feedback.
All reactions