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.
1 parent e87c1c3 commit 443d011Copy full SHA for 443d011
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