mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-04-19 19:01:17 +00:00
Inital add SIMD-E
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
This commit is contained in:
parent
dc4460eefd
commit
8de0e8ca30
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -13,3 +13,6 @@
|
||||
[submodule "thirdparty/tiny-AES-c"]
|
||||
path = thirdparty/tiny-AES-c
|
||||
url = https://github.com/kokke/tiny-AES-c.git
|
||||
[submodule "thirdparty/simde"]
|
||||
path = thirdparty/simde
|
||||
url = https://github.com/simd-everywhere/simde-no-tests.git
|
||||
|
@ -16,4 +16,7 @@
|
||||
#include <xbox.h>
|
||||
#include <xxhash.h>
|
||||
#include <fmt/core.h>
|
||||
#include <xmmintrin.h>
|
||||
|
||||
# define SIMDE_ENABLE_NATIVE_ALIASES
|
||||
|
||||
#include <x86/sse.h>
|
||||
|
@ -17,8 +17,9 @@ target_compile_definitions(XenonUtils
|
||||
)
|
||||
|
||||
target_include_directories(XenonUtils
|
||||
PUBLIC
|
||||
PUBLIC
|
||||
.
|
||||
"${THIRDPARTY_ROOT}/simde"
|
||||
PRIVATE
|
||||
"${THIRDPARTY_ROOT}/libmspack/libmspack/mspack"
|
||||
"${THIRDPARTY_ROOT}/tiny-AES-c"
|
||||
|
1
thirdparty/simde
vendored
Submodule
1
thirdparty/simde
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit a532a12ca9bbdc5e6547eb602e6256b71a5377d4
|
Loading…
x
Reference in New Issue
Block a user