Browse Source

Fix armhf build

Signed-off-by: falkTX <falktx@falktx.com>
tags/2021-03-15
falkTX 2 years ago
parent
commit
67cdebbd24
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 0 deletions
  1. +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


Loading…
Cancel
Save