mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Fix some compiling problems on OSX
and enable osx builds on travis
This commit is contained in:
parent
e8088d1216
commit
009370f73c
6 changed files with 79 additions and 38 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue