This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/14326] boehm-gc hardcodes to 3DNow! prefetch for x86_64
- From: "hjl at lucon dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Feb 2004 17:18:06 -0000
- Subject: [Bug target/14326] boehm-gc hardcodes to 3DNow! prefetch for x86_64
- References: <20040227171600.14326.hjl@lucon.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From hjl at lucon dot org 2004-02-27 17:18 -------
Created an attachment (id=5812)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5812&action=view)
A patch to use __builtin_prefetch
This patch uses __builtin_prefetch instead of asm statement.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14326