Oxsomi / core3

Oxsomi Core3 is a combination of standalone C libraries useful for building applications, such as types, platform, graphics abstraction and file formats
GNU General Public License v3.0
0 stars 1 forks source link

Support F16? #49

Closed Nielsbishere closed 1 year ago

Nielsbishere commented 2 years ago

Halfs are really nice on the GPU. We might want to have a type that:

F16 can be supported on CPU too; but needs manual implementation which is SLOW.

Nielsbishere commented 2 years ago

https://en.wikipedia.org/wiki/F16C

Nielsbishere commented 1 year ago

Implemented. F16C is apparently slow. So defaulting to software fallback.