This is the mail archive of the gcc-help@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]

Use AVX/AVX512 selectively


What's the correct way to use AVX and AVX512 selectively?

Specifying -mavx512f (for example) on the command line causes GCC 6 to
use such instructions during regular code generation, even without any
AVX512F instructions in the code.

According to the documentation, the target function attribute does not
support "avx512f".

Are there other options besides separate compilation?


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