added an empty intrin_x86_64.h

svn path=/trunk/; revision=26911
This commit is contained in:
Christoph von Wittich
2007-05-27 10:12:19 +00:00
parent cd9120322a
commit cdda19fd20
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -75,8 +75,10 @@
#include "intrin_ppc.h"
#elif defined(_MIPS_)
#include "intrin_mips.h"
#else
#elif defined(__x86_64__)
/* TODO: the x64 architecture shares most of the i386 intrinsics. It should be easy to support */
#include "intrin_x86_64.h"
#else
#error Unsupported architecture
#endif
+1
View File
@@ -0,0 +1 @@