This is the mail archive of the gcc-patches@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] |
Hi, LDMXCSR and STMXCSR are SSE instructions, not MMX. With the attached patch, the corresponding builtins (__builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr) are rejected when SSE is not supported. 2002-11-27 Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de> * config/i386/i386.c (ix86_init_mmx_sse_builtins): __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX. * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX. -- Sylvain
Attachment:
patch_csr_is_sse
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |