xsimd icon indicating copy to clipboard operation
xsimd copied to clipboard

exp / log / pow for complex<float>

Open JohanMabille opened this issue 7 years ago • 2 comments

pow of complex<float> has some accuracy issues with AVX512.

JohanMabille avatar Jul 04 '18 12:07 JohanMabille

Numpy recently merged support for accelerated simd exp/log for float32 in prs numpy/numpy#13581 and others. We seem to have hit an issue numpy/numpy#13586 with clang 7.0, have you experienced anything similar? Also, it seems glibc 2.27 has quite good support out of the box for avx. What do you think?

mattip avatar May 25 '19 14:05 mattip

Hey Matti, nice to see you here. Sorry for the late reply. We will definitely look into this numpy issue.

SylvainCorlay avatar May 30 '19 12:05 SylvainCorlay