From 48452d93d190c975c48ef636ba0dfcbd6e8d72ca Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 1 Jan 2023 19:17:40 +0000 Subject: [PATCH] Fix pluginval CI step Signed-off-by: falkTX --- .github/workflows/build.yml | 5 +++-- include/simd-compat/pmmintrin.h | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c5fdf5..5793a71 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1185,7 +1185,7 @@ jobs: WITH_LTO: false run: | make features - make NOOPT=true SKIP_STRIPPING=true carla deps dgl plugins resources -j $(nproc) + make NOOPT=true SKIP_STRIPPING=true carla deps dgl plugins resources dpf/utils/lv2_ttl_generator -j $(nproc) # single job for final build stage, otherwise we might get killed due to OOM - name: Build Cardinal (final build stage) env: @@ -1195,7 +1195,8 @@ jobs: WITH_LTO: false run: | make features - make NOOPT=true SKIP_STRIPPING=true jack lv2 vst2 vst3 clap -j 1 + make NOOPT=true SKIP_STRIPPING=true -C src jack lv2 vst2 vst3 clap -j 1 + ./dpf/utils/generate-ttl.sh - name: Run Cardinal self-tests run: | # --exit-on-first-error=yes diff --git a/include/simd-compat/pmmintrin.h b/include/simd-compat/pmmintrin.h index 01a9130..42acbd4 100644 --- a/include/simd-compat/pmmintrin.h +++ b/include/simd-compat/pmmintrin.h @@ -69,7 +69,7 @@ __m64 _mm_set1_pi16(short w) #else // add missing calls, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95399 # ifdef __arm__ -# define SIMDE_ARM_NEON_A64V8_NO_NATIVE +//# define SIMDE_ARM_NEON_A64V8_NO_NATIVE # if 0 # include // custom vcvtnq_s32_f32 implementation for armv7, based on _mm_cvtps_epi32 from sse2neon