: unassigned at gcc dot gnu.org
Reporter: bking at rtlogic dot com
Target Milestone: ---
The intel AVX2 intrinsic _mm256_atan2_ps is missing in 7.3.0
Below is the compiler command:
g++ -march=native -fopenmp -ffast-math -o atan2 atan2.cpp -lprofiler -v
And the output:
Using built-in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85236
--- Comment #1 from bking at rtlogic dot com ---
Created attachment 43860
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43860&action=edit
*.i* file
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85236
--- Comment #4 from bking at rtlogic dot com ---
I understand that is a part of SVML, but doesn't that mean using the Intel
Compiler? Which means not using GCC. Is there not a plan to add it? Or is
that the intent of glibc?