[Bug target/14326] New: boehm-gc hardcodes to 3DNow! prefetch for x86_64
hjl at lucon dot org
gcc-bugzilla@gcc.gnu.org
Fri Feb 27 17:16:00 GMT 2004
boehm-gc/include/private/gcconfig.h has
# define PREFETCH(x) \
__asm__ __volatile__ (" prefetch %0": : "m"(*(char *)(x)))
# define PREFETCH_FOR_WRITE(x) \
__asm__ __volatile__ (" prefetchw %0": : "m"(*(char *)(x)))
It doesn't work with Intel ia32e processors.
--
Summary: boehm-gc hardcodes to 3DNow! prefetch for x86_64
Product: gcc
Version: 3.3.3
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl at lucon dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: x86_64-pc-linux-gnu
GCC host triplet: x86_64-pc-linux-gnu
GCC target triplet: x86_64-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14326
More information about the Gcc-bugs
mailing list