Fix fallouts from previous patch

These kind of arch specific code is really nasty
to make it right becuase you need to verify on
all the platforms.

Now should compile properly also on ARM

Reported by Jean-Francois.

No functional change.
This commit is contained in:
Marco Costalba
2012-10-06 09:09:27 +02:00
parent b8948e84b8
commit ff9ca3e76e
2 changed files with 5 additions and 0 deletions

View File

@@ -227,7 +227,9 @@ void prefetch(char*) {}
#else
# if defined(__INTEL_COMPILER) || defined(__ICL) || defined(_MSC_VER)
# include <xmmintrin.h>
# endif
void prefetch(char* addr) {