|
|
@ -21,6 +21,14 @@ |
|
|
#pragma clang diagnostic ignored "-Wshadow"
|
|
|
#pragma clang diagnostic ignored "-Wshadow"
|
|
|
#endif
|
|
|
#endif
|
|
|
#include <xbyak/xbyak.h>
|
|
|
#include <xbyak/xbyak.h>
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __GNUC__
|
|
|
|
|
|
#pragma GCC diagnostic pop
|
|
|
|
|
|
#endif
|
|
|
|
|
|
#ifdef __clang__
|
|
|
|
|
|
#pragma clang diagnostic pop
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
#endif
|
|
|
#endif
|
|
|
|
|
|
|
|
|
#include "common/assert.h"
|
|
|
#include "common/assert.h"
|
|
|
|