mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
added an empty intrin_x86_64.h
svn path=/trunk/; revision=26911
This commit is contained in:
parent
cd9120322a
commit
cdda19fd20
|
@ -75,8 +75,10 @@
|
||||||
#include "intrin_ppc.h"
|
#include "intrin_ppc.h"
|
||||||
#elif defined(_MIPS_)
|
#elif defined(_MIPS_)
|
||||||
#include "intrin_mips.h"
|
#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 */
|
/* 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
|
#error Unsupported architecture
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
1
reactos/include/psdk/intrin_x86_64.h
Normal file
1
reactos/include/psdk/intrin_x86_64.h
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
Loading…
Reference in a new issue