This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Use x64 intrinsic header on x64, instead of simde since conflicts with plugins including x64 intrinsic headers.
tags/v2.2.2
Andrew Belt
1 year ago
parent
d8eba3b982
commit
a273092bdb
1 changed files
with
6 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-2
include/simd/common.hpp
+ 6
- 2
include/simd/common.hpp
View File
@@ -1,4 +1,8 @@
#pragma once
#pragma once
#define SIMDE_ENABLE_NATIVE_ALIASES
#include <simde/x86/sse4.2.h>
#ifdef __SSE4_2__
#include <nmmintrin.h>
#else
#define SIMDE_ENABLE_NATIVE_ALIASES
#include <simde/x86/sse4.2.h>
#endif
Write
Preview
Loading…
Cancel
Save