Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/audio/aften/files/patch-libaften_cpu__caps.h
16461 views
1
--- libaften/cpu_caps.h.orig 2007-08-11 16:13:25 UTC
2
+++ libaften/cpu_caps.h
3
@@ -26,6 +26,7 @@
4
#include "ppc_cpu_caps.h"
5
#else
6
static inline void cpu_caps_detect(void){}
7
+static inline void apply_simd_restrictions(__unused AftenSimdInstructions *simd_instructions){}
8
#endif
9
10
#endif /* CPU_CAPS_H */
11
12