]> granicus.if.org Git - clang/commitdiff
Headers: Switch some headers to LF line endings for consistency.
authorPeter Collingbourne <peter@pcc.me.uk>
Thu, 15 Oct 2015 10:33:27 +0000 (10:33 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Thu, 15 Oct 2015 10:33:27 +0000 (10:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250388 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Headers/avx512cdintrin.h
lib/Headers/xsavecintrin.h
lib/Headers/xsaveintrin.h
lib/Headers/xsaveoptintrin.h
lib/Headers/xsavesintrin.h

index 0844b23a103fc986353cc0d24e02f816c8b07a31..3894b29f5725fecfe5e6732ebcfd260015184922 100644 (file)
-/*===------------- avx512cdintrin.h - AVX512CD intrinsics ------------------===\r
- *\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy\r
- * of this software and associated documentation files (the "Software"), to deal\r
- * in the Software without restriction, including without limitation the rights\r
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r
- * copies of the Software, and to permit persons to whom the Software is\r
- * furnished to do so, subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in\r
- * all copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\r
- * THE SOFTWARE.\r
- *\r
- *===-----------------------------------------------------------------------===\r
- */\r
-#ifndef __IMMINTRIN_H\r
-#error "Never use <avx512cdintrin.h> directly; include <immintrin.h> instead."\r
-#endif\r
-\r
-#ifndef __AVX512CDINTRIN_H\r
-#define __AVX512CDINTRIN_H\r
-\r
-/* Define the default attributes for the functions in this file. */\r
-#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("avx512cd")))\r
-\r
-static __inline__ __m512i __DEFAULT_FN_ATTRS\r
-_mm512_conflict_epi64 (__m512i __A)\r
-{\r
-  return (__m512i) __builtin_ia32_vpconflictdi_512_mask ((__v8di) __A,\r
-                 (__v8di) _mm512_setzero_si512 (),\r
-                 (__mmask8) -1);\r
-}\r
-\r
-static __inline__ __m512i __DEFAULT_FN_ATTRS\r
-_mm512_mask_conflict_epi64 (__m512i __W, __mmask8 __U, __m512i __A)\r
-{\r
-  return (__m512i) __builtin_ia32_vpconflictdi_512_mask ((__v8di) __A,\r
-               (__v8di) __W,\r
-               (__mmask8) __U);\r
-}\r
-\r
-static __inline__ __m512i __DEFAULT_FN_ATTRS\r
-_mm512_maskz_conflict_epi64 (__mmask8 __U, __m512i __A)\r
-{\r
-  return (__m512i) __builtin_ia32_vpconflictdi_512_mask ((__v8di) __A,\r
-                 (__v8di) _mm512_setzero_si512 (),\r
-                 (__mmask8) __U);\r
-}\r
-\r
-static __inline__ __m512i __DEFAULT_FN_ATTRS\r
-_mm512_conflict_epi32 (__m512i __A)\r
-{\r
-  return (__m512i) __builtin_ia32_vpconflictsi_512_mask ((__v16si) __A,\r
-                 (__v16si) _mm512_setzero_si512 (),\r
-                 (__mmask16) -1);\r
-}\r
-\r
-static __inline__ __m512i __DEFAULT_FN_ATTRS\r
-_mm512_mask_conflict_epi32 (__m512i __W, __mmask16 __U, __m512i __A)\r
-{\r
-  return (__m512i) __builtin_ia32_vpconflictsi_512_mask ((__v16si) __A,\r
-               (__v16si) __W,\r
-               (__mmask16) __U);\r
-}\r
-\r
-static __inline__ __m512i __DEFAULT_FN_ATTRS\r
-_mm512_maskz_conflict_epi32 (__mmask16 __U, __m512i __A)\r
-{\r
-  return (__m512i) __builtin_ia32_vpconflictsi_512_mask ((__v16si) __A,\r
-                 (__v16si) _mm512_setzero_si512 (),\r
-                 (__mmask16) __U);\r
-}\r
-\r
-static __inline__ __m512i __DEFAULT_FN_ATTRS\r
-_mm512_lzcnt_epi32 (__m512i __A)\r
-{\r
-  return (__m512i) __builtin_ia32_vplzcntd_512_mask ((__v16si) __A,\r
-             (__v16si) _mm512_setzero_si512 (),\r
-             (__mmask16) -1);\r
-}\r
-\r
-static __inline__ __m512i __DEFAULT_FN_ATTRS\r
-_mm512_mask_lzcnt_epi32 (__m512i __W, __mmask16 __U, __m512i __A)\r
-{\r
-  return (__m512i) __builtin_ia32_vplzcntd_512_mask ((__v16si) __A,\r
-                 (__v16si) __W,\r
-                 (__mmask16) __U);\r
-}\r
-\r
-static __inline__ __m512i __DEFAULT_FN_ATTRS\r
-_mm512_maskz_lzcnt_epi32 (__mmask16 __U, __m512i __A)\r
-{\r
-  return (__m512i) __builtin_ia32_vplzcntd_512_mask ((__v16si) __A,\r
-             (__v16si) _mm512_setzero_si512 (),\r
-             (__mmask16) __U);\r
-}\r
-\r
-static __inline__ __m512i __DEFAULT_FN_ATTRS\r
-_mm512_lzcnt_epi64 (__m512i __A)\r
-{\r
-  return (__m512i) __builtin_ia32_vplzcntq_512_mask ((__v8di) __A,\r
-             (__v8di) _mm512_setzero_si512 (),\r
-             (__mmask8) -1);\r
-}\r
-\r
-static __inline__ __m512i __DEFAULT_FN_ATTRS\r
-_mm512_mask_lzcnt_epi64 (__m512i __W, __mmask8 __U, __m512i __A)\r
-{\r
-  return (__m512i) __builtin_ia32_vplzcntq_512_mask ((__v8di) __A,\r
-                 (__v8di) __W,\r
-                 (__mmask8) __U);\r
-}\r
-\r
-static __inline__ __m512i __DEFAULT_FN_ATTRS\r
-_mm512_maskz_lzcnt_epi64 (__mmask8 __U, __m512i __A)\r
-{\r
-  return (__m512i) __builtin_ia32_vplzcntq_512_mask ((__v8di) __A,\r
-             (__v8di) _mm512_setzero_si512 (),\r
-             (__mmask8) __U);\r
-}\r
-#undef __DEFAULT_FN_ATTRS\r
-\r
-#endif\r
+/*===------------- avx512cdintrin.h - AVX512CD intrinsics ------------------===
+ *
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ *
+ *===-----------------------------------------------------------------------===
+ */
+#ifndef __IMMINTRIN_H
+#error "Never use <avx512cdintrin.h> directly; include <immintrin.h> instead."
+#endif
+
+#ifndef __AVX512CDINTRIN_H
+#define __AVX512CDINTRIN_H
+
+/* Define the default attributes for the functions in this file. */
+#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("avx512cd")))
+
+static __inline__ __m512i __DEFAULT_FN_ATTRS
+_mm512_conflict_epi64 (__m512i __A)
+{
+  return (__m512i) __builtin_ia32_vpconflictdi_512_mask ((__v8di) __A,
+                 (__v8di) _mm512_setzero_si512 (),
+                 (__mmask8) -1);
+}
+
+static __inline__ __m512i __DEFAULT_FN_ATTRS
+_mm512_mask_conflict_epi64 (__m512i __W, __mmask8 __U, __m512i __A)
+{
+  return (__m512i) __builtin_ia32_vpconflictdi_512_mask ((__v8di) __A,
+               (__v8di) __W,
+               (__mmask8) __U);
+}
+
+static __inline__ __m512i __DEFAULT_FN_ATTRS
+_mm512_maskz_conflict_epi64 (__mmask8 __U, __m512i __A)
+{
+  return (__m512i) __builtin_ia32_vpconflictdi_512_mask ((__v8di) __A,
+                 (__v8di) _mm512_setzero_si512 (),
+                 (__mmask8) __U);
+}
+
+static __inline__ __m512i __DEFAULT_FN_ATTRS
+_mm512_conflict_epi32 (__m512i __A)
+{
+  return (__m512i) __builtin_ia32_vpconflictsi_512_mask ((__v16si) __A,
+                 (__v16si) _mm512_setzero_si512 (),
+                 (__mmask16) -1);
+}
+
+static __inline__ __m512i __DEFAULT_FN_ATTRS
+_mm512_mask_conflict_epi32 (__m512i __W, __mmask16 __U, __m512i __A)
+{
+  return (__m512i) __builtin_ia32_vpconflictsi_512_mask ((__v16si) __A,
+               (__v16si) __W,
+               (__mmask16) __U);
+}
+
+static __inline__ __m512i __DEFAULT_FN_ATTRS
+_mm512_maskz_conflict_epi32 (__mmask16 __U, __m512i __A)
+{
+  return (__m512i) __builtin_ia32_vpconflictsi_512_mask ((__v16si) __A,
+                 (__v16si) _mm512_setzero_si512 (),
+                 (__mmask16) __U);
+}
+
+static __inline__ __m512i __DEFAULT_FN_ATTRS
+_mm512_lzcnt_epi32 (__m512i __A)
+{
+  return (__m512i) __builtin_ia32_vplzcntd_512_mask ((__v16si) __A,
+             (__v16si) _mm512_setzero_si512 (),
+             (__mmask16) -1);
+}
+
+static __inline__ __m512i __DEFAULT_FN_ATTRS
+_mm512_mask_lzcnt_epi32 (__m512i __W, __mmask16 __U, __m512i __A)
+{
+  return (__m512i) __builtin_ia32_vplzcntd_512_mask ((__v16si) __A,
+                 (__v16si) __W,
+                 (__mmask16) __U);
+}
+
+static __inline__ __m512i __DEFAULT_FN_ATTRS
+_mm512_maskz_lzcnt_epi32 (__mmask16 __U, __m512i __A)
+{
+  return (__m512i) __builtin_ia32_vplzcntd_512_mask ((__v16si) __A,
+             (__v16si) _mm512_setzero_si512 (),
+             (__mmask16) __U);
+}
+
+static __inline__ __m512i __DEFAULT_FN_ATTRS
+_mm512_lzcnt_epi64 (__m512i __A)
+{
+  return (__m512i) __builtin_ia32_vplzcntq_512_mask ((__v8di) __A,
+             (__v8di) _mm512_setzero_si512 (),
+             (__mmask8) -1);
+}
+
+static __inline__ __m512i __DEFAULT_FN_ATTRS
+_mm512_mask_lzcnt_epi64 (__m512i __W, __mmask8 __U, __m512i __A)
+{
+  return (__m512i) __builtin_ia32_vplzcntq_512_mask ((__v8di) __A,
+                 (__v8di) __W,
+                 (__mmask8) __U);
+}
+
+static __inline__ __m512i __DEFAULT_FN_ATTRS
+_mm512_maskz_lzcnt_epi64 (__mmask8 __U, __m512i __A)
+{
+  return (__m512i) __builtin_ia32_vplzcntq_512_mask ((__v8di) __A,
+             (__v8di) _mm512_setzero_si512 (),
+             (__mmask8) __U);
+}
+#undef __DEFAULT_FN_ATTRS
+
+#endif
index e39b990ca2fce17efba087ac846feec42ebd9310..598470a682e2fb671baf31b2d3d63407e51659cf 100644 (file)
@@ -1,48 +1,48 @@
-/*===---- xsavecintrin.h - XSAVEC intrinsic ------------------------------------===\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy\r
- * of this software and associated documentation files (the "Software"), to deal\r
- * in the Software without restriction, including without limitation the rights\r
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r
- * copies of the Software, and to permit persons to whom the Software is\r
- * furnished to do so, subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in\r
- * all copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\r
- * THE SOFTWARE.\r
- *\r
- *===-----------------------------------------------------------------------===\r
- */\r
-\r
-#ifndef __IMMINTRIN_H\r
-#error "Never use <xsavecintrin.h> directly; include <immintrin.h> instead."\r
-#endif\r
-\r
-#ifndef __XSAVECINTRIN_H\r
-#define __XSAVECINTRIN_H\r
-\r
-/* Define the default attributes for the functions in this file. */\r
-#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__,  __target__("xsavec")))\r
-\r
-static __inline__ void __DEFAULT_FN_ATTRS\r
-_xsavec(void *__p, unsigned long long __m) {\r
-  __builtin_ia32_xsavec(__p, __m);\r
-}\r
-\r
-#ifdef __x86_64__\r
-static __inline__ void __DEFAULT_FN_ATTRS\r
-_xsavec64(void *__p, unsigned long long __m) {\r
-  __builtin_ia32_xsavec64(__p, __m);\r
-}\r
-#endif\r
-\r
-#undef __DEFAULT_FN_ATTRS\r
-\r
-#endif\r
+/*===---- xsavecintrin.h - XSAVEC intrinsic ------------------------------------===
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ *
+ *===-----------------------------------------------------------------------===
+ */
+
+#ifndef __IMMINTRIN_H
+#error "Never use <xsavecintrin.h> directly; include <immintrin.h> instead."
+#endif
+
+#ifndef __XSAVECINTRIN_H
+#define __XSAVECINTRIN_H
+
+/* Define the default attributes for the functions in this file. */
+#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__,  __target__("xsavec")))
+
+static __inline__ void __DEFAULT_FN_ATTRS
+_xsavec(void *__p, unsigned long long __m) {
+  __builtin_ia32_xsavec(__p, __m);
+}
+
+#ifdef __x86_64__
+static __inline__ void __DEFAULT_FN_ATTRS
+_xsavec64(void *__p, unsigned long long __m) {
+  __builtin_ia32_xsavec64(__p, __m);
+}
+#endif
+
+#undef __DEFAULT_FN_ATTRS
+
+#endif
index 4a6b7025a0acaa11db99b07b604899f7430e6357..a2e6b2e742ff721d5b12fe60edab7dbe6bb5c6fb 100644 (file)
@@ -1,58 +1,58 @@
-/*===---- xsaveintrin.h - XSAVE intrinsic ------------------------------------===\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy\r
- * of this software and associated documentation files (the "Software"), to deal\r
- * in the Software without restriction, including without limitation the rights\r
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r
- * copies of the Software, and to permit persons to whom the Software is\r
- * furnished to do so, subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in\r
- * all copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\r
- * THE SOFTWARE.\r
- *\r
- *===-----------------------------------------------------------------------===\r
- */\r
-\r
-#ifndef __IMMINTRIN_H\r
-#error "Never use <xsaveintrin.h> directly; include <immintrin.h> instead."\r
-#endif\r
-\r
-#ifndef __XSAVEINTRIN_H\r
-#define __XSAVEINTRIN_H\r
-\r
-/* Define the default attributes for the functions in this file. */\r
-#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__,  __target__("xsave")))\r
-\r
-static __inline__ void __DEFAULT_FN_ATTRS\r
-_xsave(void *__p, unsigned long long __m) {\r
-  return __builtin_ia32_xsave(__p, __m);\r
-}\r
-\r
-static __inline__ void __DEFAULT_FN_ATTRS\r
-_xrstor(void *__p, unsigned long long __m) {\r
-  return __builtin_ia32_xrstor(__p, __m);\r
-}\r
-\r
-#ifdef __x86_64__\r
-static __inline__ void __DEFAULT_FN_ATTRS\r
-_xsave64(void *__p, unsigned long long __m) {\r
-  return __builtin_ia32_xsave64(__p, __m);\r
-}\r
-\r
-static __inline__ void __DEFAULT_FN_ATTRS\r
-_xrstor64(void *__p, unsigned long long __m) {\r
-  return __builtin_ia32_xrstor64(__p, __m);\r
-}\r
-#endif\r
-\r
-#undef __DEFAULT_FN_ATTRS\r
-\r
-#endif\r
+/*===---- xsaveintrin.h - XSAVE intrinsic ------------------------------------===
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ *
+ *===-----------------------------------------------------------------------===
+ */
+
+#ifndef __IMMINTRIN_H
+#error "Never use <xsaveintrin.h> directly; include <immintrin.h> instead."
+#endif
+
+#ifndef __XSAVEINTRIN_H
+#define __XSAVEINTRIN_H
+
+/* Define the default attributes for the functions in this file. */
+#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__,  __target__("xsave")))
+
+static __inline__ void __DEFAULT_FN_ATTRS
+_xsave(void *__p, unsigned long long __m) {
+  return __builtin_ia32_xsave(__p, __m);
+}
+
+static __inline__ void __DEFAULT_FN_ATTRS
+_xrstor(void *__p, unsigned long long __m) {
+  return __builtin_ia32_xrstor(__p, __m);
+}
+
+#ifdef __x86_64__
+static __inline__ void __DEFAULT_FN_ATTRS
+_xsave64(void *__p, unsigned long long __m) {
+  return __builtin_ia32_xsave64(__p, __m);
+}
+
+static __inline__ void __DEFAULT_FN_ATTRS
+_xrstor64(void *__p, unsigned long long __m) {
+  return __builtin_ia32_xrstor64(__p, __m);
+}
+#endif
+
+#undef __DEFAULT_FN_ATTRS
+
+#endif
index 760c7c61af4417f874f0864ff4019f7c9aeb6ef3..d3faae78be4f671f811641c53ce037909ac86bbf 100644 (file)
@@ -1,48 +1,48 @@
-/*===---- xsaveoptintrin.h - XSAVEOPT intrinsic ------------------------------------===\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy\r
- * of this software and associated documentation files (the "Software"), to deal\r
- * in the Software without restriction, including without limitation the rights\r
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r
- * copies of the Software, and to permit persons to whom the Software is\r
- * furnished to do so, subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in\r
- * all copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\r
- * THE SOFTWARE.\r
- *\r
- *===-----------------------------------------------------------------------===\r
- */\r
-\r
-#ifndef __IMMINTRIN_H\r
-#error "Never use <xsaveoptintrin.h> directly; include <immintrin.h> instead."\r
-#endif\r
-\r
-#ifndef __XSAVEOPTINTRIN_H\r
-#define __XSAVEOPTINTRIN_H\r
-\r
-/* Define the default attributes for the functions in this file. */\r
-#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__,  __target__("xsaveopt")))\r
-\r
-static __inline__ void __DEFAULT_FN_ATTRS\r
-_xsaveopt(void *__p, unsigned long long __m) {\r
-  return __builtin_ia32_xsaveopt(__p, __m);\r
-}\r
-\r
-#ifdef __x86_64__\r
-static __inline__ void __DEFAULT_FN_ATTRS\r
-_xsaveopt64(void *__p, unsigned long long __m) {\r
-  return __builtin_ia32_xsaveopt64(__p, __m);\r
-}\r
-#endif\r
-\r
-#undef __DEFAULT_FN_ATTRS\r
-\r
-#endif\r
+/*===---- xsaveoptintrin.h - XSAVEOPT intrinsic ------------------------------------===
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ *
+ *===-----------------------------------------------------------------------===
+ */
+
+#ifndef __IMMINTRIN_H
+#error "Never use <xsaveoptintrin.h> directly; include <immintrin.h> instead."
+#endif
+
+#ifndef __XSAVEOPTINTRIN_H
+#define __XSAVEOPTINTRIN_H
+
+/* Define the default attributes for the functions in this file. */
+#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__,  __target__("xsaveopt")))
+
+static __inline__ void __DEFAULT_FN_ATTRS
+_xsaveopt(void *__p, unsigned long long __m) {
+  return __builtin_ia32_xsaveopt(__p, __m);
+}
+
+#ifdef __x86_64__
+static __inline__ void __DEFAULT_FN_ATTRS
+_xsaveopt64(void *__p, unsigned long long __m) {
+  return __builtin_ia32_xsaveopt64(__p, __m);
+}
+#endif
+
+#undef __DEFAULT_FN_ATTRS
+
+#endif
index a477aa79c008c776d3700744ca8ae685460f87ba..c5e540a86edb72d54dfb3c6a2dac318d736ed397 100644 (file)
@@ -1,58 +1,58 @@
-/*===---- xsavesintrin.h - XSAVES intrinsic ------------------------------------===\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy\r
- * of this software and associated documentation files (the "Software"), to deal\r
- * in the Software without restriction, including without limitation the rights\r
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r
- * copies of the Software, and to permit persons to whom the Software is\r
- * furnished to do so, subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in\r
- * all copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\r
- * THE SOFTWARE.\r
- *\r
- *===-----------------------------------------------------------------------===\r
- */\r
-\r
-#ifndef __IMMINTRIN_H\r
-#error "Never use <xsavesintrin.h> directly; include <immintrin.h> instead."\r
-#endif\r
-\r
-#ifndef __XSAVESINTRIN_H\r
-#define __XSAVESINTRIN_H\r
-\r
-/* Define the default attributes for the functions in this file. */\r
-#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__,  __target__("xsaves")))\r
-\r
-static __inline__ void __DEFAULT_FN_ATTRS\r
-_xsaves(void *__p, unsigned long long __m) {\r
-  __builtin_ia32_xsaves(__p, __m);\r
-}\r
-\r
-static __inline__ void __DEFAULT_FN_ATTRS\r
-_xrstors(void *__p, unsigned long long __m) {\r
-  __builtin_ia32_xrstors(__p, __m);\r
-}\r
-\r
-#ifdef __x86_64__\r
-static __inline__ void __DEFAULT_FN_ATTRS\r
-_xrstors64(void *__p, unsigned long long __m) {\r
-  __builtin_ia32_xrstors64(__p, __m);\r
-}\r
-\r
-static __inline__ void __DEFAULT_FN_ATTRS\r
-_xsaves64(void *__p, unsigned long long __m) {\r
-  __builtin_ia32_xsaves64(__p, __m);\r
-}\r
-#endif\r
-\r
-#undef __DEFAULT_FN_ATTRS\r
-\r
-#endif\r
+/*===---- xsavesintrin.h - XSAVES intrinsic ------------------------------------===
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ *
+ *===-----------------------------------------------------------------------===
+ */
+
+#ifndef __IMMINTRIN_H
+#error "Never use <xsavesintrin.h> directly; include <immintrin.h> instead."
+#endif
+
+#ifndef __XSAVESINTRIN_H
+#define __XSAVESINTRIN_H
+
+/* Define the default attributes for the functions in this file. */
+#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__,  __target__("xsaves")))
+
+static __inline__ void __DEFAULT_FN_ATTRS
+_xsaves(void *__p, unsigned long long __m) {
+  __builtin_ia32_xsaves(__p, __m);
+}
+
+static __inline__ void __DEFAULT_FN_ATTRS
+_xrstors(void *__p, unsigned long long __m) {
+  __builtin_ia32_xrstors(__p, __m);
+}
+
+#ifdef __x86_64__
+static __inline__ void __DEFAULT_FN_ATTRS
+_xrstors64(void *__p, unsigned long long __m) {
+  __builtin_ia32_xrstors64(__p, __m);
+}
+
+static __inline__ void __DEFAULT_FN_ATTRS
+_xsaves64(void *__p, unsigned long long __m) {
+  __builtin_ia32_xsaves64(__p, __m);
+}
+#endif
+
+#undef __DEFAULT_FN_ATTRS
+
+#endif