OpenVML
OpenVML copied to clipboard
Implement real power and root functions
Naive implementation for generic target.
Real Functions (float and double).
- [ ] Cbrt
- [ ] Hypot
- [ ] Inv
- [ ] InvCbrt
- [ ] InvSqrt
- [x] Pow
- [x] Powx
- [x] Pow2o3
- [x] Pow3o2
- [ ] Sqrt