-/*===------------- 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
-/*===---- 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
-/*===---- 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
-/*===---- 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
-/*===---- 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