We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18d6068 + 443d011 commit b31a2c6Copy full SHA for b31a2c6
validation-test/Sema/type_checker_perf/fast/simd_scalar_multiple.swift.gyb
@@ -1,6 +1,9 @@
1
// RUN: %scale-test --begin 1 --end 5 --step 1 --select NumLeafScopes %s
2
3
-// REQUIRES: no_asan
+// REQUIRES: asserts,no_asan
4
+
5
+// Flaky is some simulator configurations
6
+// REQUIRES: OS=macosx
7
8
func f(c: Float, a: SIMD2<Float>) -> SIMD2<Float> {
9
return (c * a)
0 commit comments