diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-04-04 07:53:58 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-04-04 07:53:58 +0000 |
commit | b87b08776551b313ba10776a5db0b8467d0c1504 (patch) | |
tree | 71f2d9e133ab51483abc65f6e214efd018e02aee /comms/airspy/files/patch-libairspy_src_iqconverter__float.c | |
parent | science/agrum: Correct the previous update: it didn't have the GL_COMMIT hash... (diff) |
comms/airspy: fix build on powerpc64
PR: 237005
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'comms/airspy/files/patch-libairspy_src_iqconverter__float.c')
-rw-r--r-- | comms/airspy/files/patch-libairspy_src_iqconverter__float.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/airspy/files/patch-libairspy_src_iqconverter__float.c b/comms/airspy/files/patch-libairspy_src_iqconverter__float.c index b990181a257f..9354d0f9e9bd 100644 --- a/comms/airspy/files/patch-libairspy_src_iqconverter__float.c +++ b/comms/airspy/files/patch-libairspy_src_iqconverter__float.c @@ -6,7 +6,7 @@ #elif defined(__FreeBSD__) +# if defined(FREEBSD_USE_SIMD) #define USE_SSE2 -+# endif #include <immintrin.h> ++# endif #define _inline inline #define _aligned_free(mem) free(mem) |