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/28331] Problem with floating point operations after calling __builtin_ia32_movntq



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-07-10 22:59 -------
You should not be using the builtins directly anyways.  You should being the
intrincics which are source compatiable with Intel's intrincics.  Also this
problem is documented with any part of the ISA of mmx anyways which you should
read.


-- 


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


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