Fix warning
This commit is contained in:
parent
90298f1301
commit
c6f48ebb1d
1 changed files with 2 additions and 4 deletions
|
|
@ -344,10 +344,8 @@ fn main() {
|
|||
#[repr(simd)]
|
||||
struct V([f64; 2]);
|
||||
|
||||
unsafe {
|
||||
let f = V([0.0, 1.0]);
|
||||
let _a = f.0[0];
|
||||
}
|
||||
let f = V([0.0, 1.0]);
|
||||
let _a = f.0[0];
|
||||
}
|
||||
|
||||
#[cfg(all(not(jit), target_arch = "x86_64", any(target_os = "linux", target_os = "darwin")))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue