mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
d5640cca10
Reviewed by: portscout
13 lines
307 B
C
13 lines
307 B
C
--- OOps/pffft.c.orig 2019-07-12 21:54:19 UTC
|
|
+++ OOps/pffft.c
|
|
@@ -63,6 +63,9 @@
|
|
#include <stdio.h>
|
|
#include <assert.h>
|
|
#include <stdint.h>
|
|
+#if !defined(PFFFT_SIMD_DISABLE) && (defined(__ppc__) || defined(__ppc64__))
|
|
+#include <altivec.h>
|
|
+#endif
|
|
|
|
/* detect compiler flavour */
|
|
#if defined(_MSC_VER)
|