> > What target flags are enabled by AVX? Assumming that all target flags are > positive seems incorrect to me (like -mno-red-zone function can not be inlined > into -mred-zone). Does those conditionally enabled AVX codegen flags have any
Actually -mred-zone seems right, but stuff like -msseregparm will probably break? Honza > effect when AVX is disabled? Perhaps we can set them unconditionally? > > Honza > > > mmintrinsic headers. An intrinsic in avxintrin.h is calling an > > > intrinsic in another header. The call is not inlinable for the same > > > reason. > > > > > > Is this ok? > > > > This looks correct to me. > > > > Do we need to backport this change? > > > > Uros.