This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/84234] #pragma omp declare simd is ignored on forward declaration


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84234

--- Comment #6 from Florian Lemaitre <gcc.account at lemaitre dot re> ---
I want auto-vectorization, not guided vectorization.
Basically, I try to write a fast RSQRT that will not break auto vectorization,
and this will be integrated in a large scale project where it is easy to tell
people "use this function" than to make them writing guided vectorization.

As far as I'm concerned, I'm completely fine with telling the compiler my
function doesn't have any side effect.
But this should be written somewhere for other people.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]