mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
added an empty intrin_x86_64.h
svn path=/trunk/; revision=26911
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user