This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/28331] Problem with floating point operations after calling __builtin_ia32_movntq
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Jul 2006 22:59:30 -0000
- Subject: [Bug target/28331] Problem with floating point operations after calling __builtin_ia32_movntq
- References: <bug-28331-12929@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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