You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
Float16 or bfloat16 support for loads and stores is missing. I do not expect SIMD extensions to actually do operations on them in native format in hardware (but it would be nice to expose that and emulate transparently), but at least loading and storing (loads that widens into 32-bit floats) should be supported. Maybe not in the initial version, but these are very useful in machine learning and video/photo editing applications.
The text was updated successfully, but these errors were encountered:
Just a heads up, since I see you've filed a bunch of issues; please see the readme - this proposal is not active and browsers are not intending to implement it.
Float16 or bfloat16 support for loads and stores is missing. I do not expect SIMD extensions to actually do operations on them in native format in hardware (but it would be nice to expose that and emulate transparently), but at least loading and storing (loads that widens into 32-bit floats) should be supported. Maybe not in the initial version, but these are very useful in machine learning and video/photo editing applications.
The text was updated successfully, but these errors were encountered: