include xbyak.h instead of xbyak/xbyak.h

This commit is contained in:
MITSUNARI Shigeo 2015-05-03 13:54:35 +09:00
parent fca4af9eca
commit 62fd6d022a
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,5 @@
#include <stdio.h>
#define XBYAK_NO_OP_NAMES
#include "xbyak/xbyak.h"
#include "xbyak/xbyak_util.h"
#define NUM_OF_ARRAY(x) (sizeof(x) / sizeof(x[0]))

View file

@ -7,7 +7,7 @@
Xbyak::util::Cpu ; detect CPU
@note this header is UNDER CONSTRUCTION!
*/
#include "xbyak/xbyak.h"
#include "xbyak.h"
#ifdef _MSC_VER
#if (_MSC_VER < 1400) && defined(XBYAK32)