]> git.proxmox.com Git - rustc.git/blobdiff - src/stdsimd/coresimd/x86/pclmulqdq.rs
New upstream version 1.31.0~beta.4+dfsg1
[rustc.git] / src / stdsimd / coresimd / x86 / pclmulqdq.rs
index 987ac89d792180c0d1ddb4009e353741e1e06865..2d59579aa01076515cfa677427e9666a6690ab48 100644 (file)
@@ -26,19 +26,24 @@ extern "C" {
 #[inline]
 #[target_feature(enable = "pclmulqdq")]
 #[cfg_attr(
-    all(test, not(target_os = "linux")), assert_instr(pclmulqdq, imm8 = 0)
+    all(test, not(target_os = "linux")),
+    assert_instr(pclmulqdq, imm8 = 0)
 )]
 #[cfg_attr(
-    all(test, target_os = "linux"), assert_instr(pclmullqlqdq, imm8 = 0)
+    all(test, target_os = "linux"),
+    assert_instr(pclmullqlqdq, imm8 = 0)
 )]
 #[cfg_attr(
-    all(test, target_os = "linux"), assert_instr(pclmulhqlqdq, imm8 = 1)
+    all(test, target_os = "linux"),
+    assert_instr(pclmulhqlqdq, imm8 = 1)
 )]
 #[cfg_attr(
-    all(test, target_os = "linux"), assert_instr(pclmullqhqdq, imm8 = 16)
+    all(test, target_os = "linux"),
+    assert_instr(pclmullqhqdq, imm8 = 16)
 )]
 #[cfg_attr(
-    all(test, target_os = "linux"), assert_instr(pclmulhqhqdq, imm8 = 17)
+    all(test, target_os = "linux"),
+    assert_instr(pclmulhqhqdq, imm8 = 17)
 )]
 #[rustc_args_required_const(2)]
 #[stable(feature = "simd_x86", since = "1.27.0")]