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 e1d7c70 + 3d6ed73 commit cadae7dCopy full SHA for cadae7d
validation-test/Sema/type_checker_perf/fast/simd_scalar_multiple.swift.gyb
@@ -2,8 +2,9 @@
2
3
// REQUIRES: asserts,no_asan
4
5
-// Flaky is some simulator configurations
+// Flaky is some configurations including simulators
6
// REQUIRES: OS=macosx
7
+// REQUIRES: CPU=arm64 || CPU=arm64e
8
9
func f(c: Float, a: SIMD2<Float>) -> SIMD2<Float> {
10
return (c * a)
0 commit comments