[clang] [X86][AVX10] Permit AVX512 options/features used together with AVX10 (PR #71318)

via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 10 06:48:40 PST 2023


ronlieb wrote:

Hi Phoebe, starting seeing this error on rather old codes after this patch landed .
is there a particular flag you recommend i should compile with to get previous behavior ?

   error: always_inline function '_mm_setzero_pd' requires target feature 'evex512', but would be inlined into function '_mm_getexp_pd' that is compiled without support for 'evex512'


https://github.com/llvm/llvm-project/pull/71318


More information about the cfe-commits mailing list