We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a1d5f commit f93e125Copy full SHA for f93e125
tests/codegen/lib-optimizations/iter-sum.rs
@@ -1,5 +1,6 @@
1
// ignore-debug: the debug assertions get in the way
2
// compile-flags: -O
3
+// only-x86_64 (vectorization varies between architectures)
4
#![crate_type = "lib"]
5
6
0 commit comments