mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 08:02:08 +00:00
Bug: https://bugs.gentoo.org/957254 Closes: https://bugs.gentoo.org/831508 Closes: https://bugs.gentoo.org/957484 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
12 lines
381 B
Diff
12 lines
381 B
Diff
Source: https://github.com/macports/macports-ports/blob/master/audio/aften/files/patch-fix-apple-silicon.diff
|
|
|
|
--- a/libaften/cpu_caps.h
|
|
+++ b/libaften/cpu_caps.h
|
|
@@ -26,6 +26,7 @@
|
|
#include "ppc_cpu_caps.h"
|
|
#else
|
|
static inline void cpu_caps_detect(void){}
|
|
+static inline void apply_simd_restrictions(AftenSimdInstructions *simd_instructions){}
|
|
#endif
|
|
|
|
#endif /* CPU_CAPS_H */
|