OpenVML icon indicating copy to clipboard operation
OpenVML copied to clipboard

Implement real power and root functions

Open xianyi opened this issue 9 years ago • 0 comments

Naive implementation for generic target.

Real Functions (float and double).

  • [ ] Cbrt
  • [ ] Hypot
  • [ ] Inv
  • [ ] InvCbrt
  • [ ] InvSqrt
  • [x] Pow
  • [x] Powx
  • [x] Pow2o3
  • [x] Pow3o2
  • [ ] Sqrt

xianyi avatar May 08 '15 03:05 xianyi