tick
tick copied to clipboard
Array changes for half
@andro2157 kudos to
Where were we with this one ? It's a pretty cool feature !
There's apparently some built in half_float in clang, and maybe else where, so I'm going to check that out
Otherwise it works, we might want to look at some form of bounds checking as things get a little strange after 3/4 decimal places
clang seems to have support for float16 - perhaps we could right some tests based on that and make the other lib adhere?
seems that clang fl16 only works on ARM :|
https://github.com/RadeonOpenCompute/hcc/issues/1128