OpenVML icon indicating copy to clipboard operation
OpenVML copied to clipboard

Optimize real number Tanh , Sinh, Cosh functions by AVX SIMD instructions

Open xianyi opened this issue 9 years ago • 0 comments

Target: x86_64 AVX CPUs (e.g. Sandy Bridge, Haswell).

Real number functions (float and double)

  • [ ] Sinh
  • [ ] Cosh
  • [x] Tanh

xianyi avatar May 08 '15 03:05 xianyi