|
|
|
|
|
by gnufx
1250 days ago
|
|
GCC doesn't default to non-conforming behaviour like -ffast-math -- that's Intel (at least a similar option). That's usually why people mistakenly think GCC vectorization is deficient if they don't use -funsafe-math-optimizations in particular. |
|
[1] From the man page:
[2] https://godbolt.org/z/GKb7G4nW9[3] https://godbolt.org/z/KTnqcT6aW
[4] https://godbolt.org/z/4q31oEe14
[5] https://godbolt.org/z/qdf4hceca