Float16 support (WebGL, DataView, etc...) #10624
Labels
addition/proposal
New features or enhancements
needs implementer interest
Moving the issue forward requires implementers to express interest
What problem are you trying to solve?
WebGL supports the HALF_FLOAT type but while most CPUs support half float arithmetic, it is not exposed to the JS runtime
What solutions exist today?
Software encoding of values, very slow
How would you solve it?
A variety of self-explanatory APIs:
Anything else?
Let me know if I have missed anything!
The text was updated successfully, but these errors were encountered: