This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DISTRHO-Ports
mirror of
https://github.com/DISTRHO/DISTRHO-Ports
Watch
1
Star
0
Fork
0
Code
Releases
5
Activity
Browse Source
Fix armhf build
Signed-off-by: falkTX <falktx@falktx.com>
tags/2021-03-15
falkTX
2 years ago
parent
8f7eed6403
commit
67cdebbd24
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
ports/vitalium/source/synthesis/framework/poly_values.h
+ 3
- 0
ports/vitalium/source/synthesis/framework/poly_values.h
View File
@@ -27,6 +27,9 @@
#define VITAL_SSE2 1
#elif defined(__ARM_NEON__) || defined(__ARM_NEON)
#define VITAL_NEON 1
#if !(defined(__aarch64__) || defined(__arm64__))
#define NEON_ARM32 1
#endif
#else
static_assert(false, "No SIMD Intrinsics found which are necessary for compilation");
#endif
Write
Preview
Loading…
Cancel
Save