Fix warning
This commit is contained in:
parent
90298f1301
commit
c6f48ebb1d
@ -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…
Reference in New Issue
Block a user