Hacker News new | ask | show | jobs
by integricho 2361 days ago
Here is a little sample code I threw together, it shows the whole cycle, from conversion to half-floats to the conversion back to floats and performing a simple multiplication of the values:

https://godbolt.org/z/FYu_rK

Hope it helps.

1 comments

Thank you.