]> git.pld-linux.org Git - packages/firefox.git/blame - xsimd-unsupported-arch.patch
Release 2 (by relup.sh)
[packages/firefox.git] / xsimd-unsupported-arch.patch
CommitLineData
85b6bb97
JP
1From c4387612100f5740d6591c8c77f969cd05409dc8 Mon Sep 17 00:00:00 2001
2From: serge-sans-paille <serge.guelton@telecom-bretagne.eu>
3Date: Mon, 11 Dec 2023 10:40:19 +0100
4Subject: [PATCH] Fix regression on XSIMD_NO_SUPPORTED_ARCHITECTURE introduced
5 in e92cd8667231f25d88d233ceca04a64b063e33f3
6
7Also add a test to make sure we don't regress in the future.
8
9Fix #990
10---
11 .github/workflows/cross.yml | 7 ++++---
12 include/xsimd/config/xsimd_config.hpp | 1 +
13 2 files changed, 5 insertions(+), 3 deletions(-)
14
15diff --git a/include/xsimd/config/xsimd_config.hpp b/include/xsimd/config/xsimd_config.hpp
16index 31c4acb9e..ac416c70f 100644
17--- a/include/xsimd/config/xsimd_config.hpp
18+++ b/include/xsimd/config/xsimd_config.hpp
19@@ -434,6 +434,7 @@
20 #endif
21
22 #if !XSIMD_WITH_SSE2 && !XSIMD_WITH_SSE3 && !XSIMD_WITH_SSSE3 && !XSIMD_WITH_SSE4_1 && !XSIMD_WITH_SSE4_2 && !XSIMD_WITH_AVX && !XSIMD_WITH_AVX2 && !XSIMD_WITH_FMA3_SSE && !XSIMD_WITH_FMA4 && !XSIMD_WITH_FMA3_AVX && !XSIMD_WITH_FMA3_AVX2 && !XSIMD_WITH_AVX512F && !XSIMD_WITH_AVX512CD && !XSIMD_WITH_AVX512DQ && !XSIMD_WITH_AVX512BW && !XSIMD_WITH_NEON && !XSIMD_WITH_NEON64 && !XSIMD_WITH_SVE && !XSIMD_WITH_WASM
23+#define XSIMD_NO_SUPPORTED_ARCHITECTURE
24 #endif
25
26 #endif
This page took 0.04031 seconds and 4 git commands to generate.