python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / aften / simd-fallback.patch
blobcdc961a7f5dfde7ef649952a5f4996c79e9fbac3
1 From dca9c03930d669233258c114e914a01f7c0aeb05 Mon Sep 17 00:00:00 2001
2 From: jbr79 <jbr79@ef0d8562-5c19-0410-972e-841db63a069c>
3 Date: Wed, 24 Sep 2008 22:02:59 +0000
4 Subject: [PATCH] add fallback function for apply_simd_restrictions() on
5 non-x86/ppc
7 git-svn-id: https://aften.svn.sourceforge.net/svnroot/aften@766 ef0d8562-5c19-0410-972e-841db63a069c
8 ---
9 libaften/cpu_caps.h | 1 +
10 1 file changed, 1 insertion(+)
12 diff --git a/libaften/cpu_caps.h b/libaften/cpu_caps.h
13 index b7c6159..4db11f7 100644
14 --- a/libaften/cpu_caps.h
15 +++ b/libaften/cpu_caps.h
16 @@ -26,6 +26,7 @@
17 #include "ppc_cpu_caps.h"
18 #else
19 static inline void cpu_caps_detect(void){}
20 +static inline void apply_simd_restrictions(AftenSimdInstructions *simd_instructions){}
21 #endif
23 #endif /* CPU_CAPS_H */
25 2.24.3 (Apple Git-128)