We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#[no_mangle]
1 parent 934345b commit 0c13186Copy full SHA for 0c13186
src/test/codegen/autovectorize-f32x4.rs
@@ -18,6 +18,7 @@ pub fn auto_vectorize_direct(a: [f32; 4], b: [f32; 4]) -> [f32; 4] {
18
}
19
20
// CHECK-LABEL: @auto_vectorize_loop
21
+#[no_mangle]
22
pub fn auto_vectorize_loop(a: [f32; 4], b: [f32; 4]) -> [f32; 4] {
23
// CHECK: load <4 x float>
24
0 commit comments