OpenVML icon indicating copy to clipboard operation
OpenVML copied to clipboard

Implement real rounding functions

Open xianyi opened this issue 10 years ago • 0 comments

Naive implementation for generic target.

Real Functions (float and double).

  • [ ] Ceil
  • [x] Floor
  • [ ] Modf
  • [ ] NearbyInt
  • [ ] Rint
  • [ ] Round
  • [ ] Trunc

xianyi avatar May 08 '15 03:05 xianyi