This is the mail archive of the gcc-bugs@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]

[Bug target/24879] SSE3 monitor intrinsic doesn't work in 64bit



------- Comment #4 from hjl at gcc dot gnu dot org  2006-05-08 03:43 -------
Subject: Bug 24879

Author: hjl
Date: Mon May  8 03:43:07 2006
New Revision: 113617

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113617
Log:
gcc/

2006-05-07  H.J. Lu  <hongjiu.lu@intel.com>

        PR target/24879
        * config/i386/pmmintrin.h (_mm_monitor): Remove macro. Use
        inline function.
        (_mm_mwait): Likewise.

        * config/i386/sse.md (sse3_mwait): Replace "mwait\t%0, %1" with
        "mwait".
        (sse3_monitor): Make it 32bit only.
        (sse3_monitor64): New. 64bit monitor.

gcc/testsuite/

2006-05-07  H.J. Lu  <hongjiu.lu@intel.com>

        PR target/24879
        * gcc.target/i386/monitor.c: New file.

Added:
    trunk/gcc/testsuite/gcc.target/i386/monitor.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/pmmintrin.h
    trunk/gcc/config/i386/sse.md
    trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24879


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]