summarylogtreecommitdiffstats
path: root/gcc-make-xmmintrin-header-cplusplus-compatible.patch
diff options
context:
space:
mode:
authorCarsten Teibes2017-08-04 00:20:39 +0200
committerCarsten Teibes2017-08-04 00:20:39 +0200
commit8d6c8c93b99417d3d7c16893b8f4c3f989e98acb (patch)
tree0880de916c682cdf4c26a082e900061d44833b6a /gcc-make-xmmintrin-header-cplusplus-compatible.patch
parent152e46133421656be4c13964adb8fdd01b13800a (diff)
downloadaur-8d6c8c93b99417d3d7c16893b8f4c3f989e98acb.tar.gz
[upd] 6.1.0→7.1.0
Diffstat (limited to 'gcc-make-xmmintrin-header-cplusplus-compatible.patch')
-rw-r--r--gcc-make-xmmintrin-header-cplusplus-compatible.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/gcc-make-xmmintrin-header-cplusplus-compatible.patch b/gcc-make-xmmintrin-header-cplusplus-compatible.patch
deleted file mode 100644
index c5ca43209848..000000000000
--- a/gcc-make-xmmintrin-header-cplusplus-compatible.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- gcc/config/i386/xmmintrin.h.orig 2013-01-18 14:57:27.762645582 +0100
-+++ gcc/config/i386/xmmintrin.h 2013-01-18 14:58:27.604561940 +0100
-@@ -37,6 +37,10 @@
- /* Get _mm_malloc () and _mm_free (). */
- #include <mm_malloc.h>
-
-+#ifdef __cplusplus
-+extern "C" {
-+#endif
-+
- /* The Intel API is flexible enough that we must allow aliasing with other
- vector types, and their scalar components. */
- typedef float __m128 __attribute__ ((__vector_size__ (16), __may_alias__));
-@@ -1241,6 +1245,10 @@
- (row3) = __builtin_ia32_movhlps (__t3, __t2); \
- } while (0)
-
-+#ifdef __cplusplus
-+}
-+#endif
-+
- /* For backward source compatibility. */
- #ifdef __SSE2__
- # include <emmintrin.h>