-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Array changes for half #308
base: master
Are you sure you want to change the base?
Conversation
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 :| |
@andro2157 kudos to