]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/asm/type-check-3.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / asm / type-check-3.stderr
index 01dbe78db887a70fc3c033c7fda455b51dbd45af..42497456ac31ccd4641d908c6c97865cca7a9b4c 100644 (file)
@@ -6,7 +6,7 @@ LL |         asm!("{}", in(reg) 0i128);
    |
    = note: register class `reg` supports these types: i16, i32, i64, f32, f64
 
-error: type `std::arch::x86_64::__m128` cannot be used with this register class
+error: type `__m128` cannot be used with this register class
   --> $DIR/type-check-3.rs:14:28
    |
 LL |         asm!("{}", in(reg) _mm_setzero_ps());
@@ -14,7 +14,7 @@ LL |         asm!("{}", in(reg) _mm_setzero_ps());
    |
    = note: register class `reg` supports these types: i16, i32, i64, f32, f64
 
-error: type `std::arch::x86_64::__m256` cannot be used with this register class
+error: type `__m256` cannot be used with this register class
   --> $DIR/type-check-3.rs:16:28
    |
 LL |         asm!("{}", in(reg) _mm256_setzero_ps());