Fix some compiling problems on OSX
and enable osx builds on travis
This commit is contained in:
committed by
Nekotekina
parent
e8088d1216
commit
009370f73c
@@ -1,5 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <intrin.h>
|
||||
#else
|
||||
#include <x86intrin.h>
|
||||
#endif
|
||||
|
||||
#define IS_LE_MACHINE // only draft
|
||||
|
||||
union u128
|
||||
|
||||
Reference in New Issue
Block a user