[Bug c++/82793] __attribute__((target("sse"))) causes call throught ifunc

2017-11-02 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82793 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org Assig

[Bug c++/82793] __attribute__((target("sse"))) causes call throught ifunc

2017-11-01 Thread vorfeed.canal at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82793 --- Comment #1 from Vorfeed Canal --- Example closer to real code: #include "xmmintrin.h" inline __attribute__((target("avx"),visibility("hidden"))) __m128 foo(__m128 a, __m128 b) { return _mm_add_ps(a, b); } inline __attribute__((target("ss