Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1From dca9c03930d669233258c114e914a01f7c0aeb05 Mon Sep 17 00:00:00 2001 2From: jbr79 <jbr79@ef0d8562-5c19-0410-972e-841db63a069c> 3Date: Wed, 24 Sep 2008 22:02:59 +0000 4Subject: [PATCH] add fallback function for apply_simd_restrictions() on 5 non-x86/ppc 6 7git-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(+) 11 12diff --git a/libaften/cpu_caps.h b/libaften/cpu_caps.h 13index 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 22 23 #endif /* CPU_CAPS_H */ 24-- 252.24.3 (Apple Git-128)