This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RFA: i386 is running out target mask bits
- From: "H. J. Lu" <hjl at lucon dot org>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 12 Apr 2007 10:53:56 -0700
- Subject: RFA: i386 is running out target mask bits
I am working SSE4.1/4.2 support. I need to add -msse4.1, -msse4.2
and -msse4. But i386 is running out target mask bits. I got
./options.h:368:2: error: #error too many target masks
Does anyone have suggestions to resolve this? Why not use structure
of bitfields instead of int for target_flags?
H.J.