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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
The "The patch has a fix for wrong setting of OPTION_MASK_ISA_AVX512F_SET for
-mavx512vnni option, which has also effect on CET." part of the patch is still
needed, please submit it separately.  And if you don't mind eyeballing the
changes for correctness, I'd appreciate it.  I think several other older
options could be still moved out of isa_flags to isa_flags2 if needed, though
of course at some points we'll run out of the possibilities and will need to
develop something different.  The problem with C++ classes to represent a pair
of 64-bit bitmasks has a problem that we don't require C++11 host compiler and
so can't rely on constexpr actually constant folding stuff for us.

Reply via email to