mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 22:12:15 +00:00
Add a missing #[no_mangle]
This commit is contained in:
parent
934345be2a
commit
0c131861c9
@ -18,6 +18,7 @@ pub fn auto_vectorize_direct(a: [f32; 4], b: [f32; 4]) -> [f32; 4] {
|
||||
}
|
||||
|
||||
// CHECK-LABEL: @auto_vectorize_loop
|
||||
#[no_mangle]
|
||||
pub fn auto_vectorize_loop(a: [f32; 4], b: [f32; 4]) -> [f32; 4] {
|
||||
// CHECK: load <4 x float>
|
||||
// CHECK: load <4 x float>
|
||||
|
Loading…
Reference in New Issue
Block a user