Skip to content

Commit cadae7d

Browse files
authored
Merge pull request #83570 from xedin/make-simd-perf-test-less-flaky
[TypeCHecker] Tests/NFC: Restrict SIMD performance test to macOS only
2 parents e1d7c70 + 3d6ed73 commit cadae7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

validation-test/Sema/type_checker_perf/fast/simd_scalar_multiple.swift.gyb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
// REQUIRES: asserts,no_asan
44

5-
// Flaky is some simulator configurations
5+
// Flaky is some configurations including simulators
66
// REQUIRES: OS=macosx
7+
// REQUIRES: CPU=arm64 || CPU=arm64e
78

89
func f(c: Float, a: SIMD2<Float>) -> SIMD2<Float> {
910
return (c * a)

0 commit comments

Comments
 (0)