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/14326] New: boehm-gc hardcodes to 3DNow! prefetch for x86_64


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


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