Skip to content

Commit 0c13186

Browse files
authored
Add a missing #[no_mangle]
1 parent 934345b commit 0c13186

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/codegen/autovectorize-f32x4.rs

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pub fn auto_vectorize_direct(a: [f32; 4], b: [f32; 4]) -> [f32; 4] {
1818
}
1919

2020
// CHECK-LABEL: @auto_vectorize_loop
21+
#[no_mangle]
2122
pub fn auto_vectorize_loop(a: [f32; 4], b: [f32; 4]) -> [f32; 4] {
2223
// CHECK: load <4 x float>
2324
// CHECK: load <4 x float>

0 commit comments

Comments
 (0)