OpenVML
OpenVML copied to clipboard
Implement real rounding functions
Naive implementation for generic target.
Real Functions (float and double).
- [ ] Ceil
- [x] Floor
- [ ] Modf
- [ ] NearbyInt
- [ ] Rint
- [ ] Round
- [ ] Trunc