Skip to content

Commit 3316e82

Browse files
committed
FreeBSD: Disable SIMDParameterPassing
The SIMD module is not available on FreeBSD, disabling it.
1 parent 4f0cf9d commit 3316e82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validation-test/stdlib/SIMDParameterPassing.swift.gyb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
// REQUIRES: executable_test
2020
// REQUIRES: long_test
2121
// XFAIL: OS=linux-gnu, OS=linux-android
22+
// UNSUPPORTED: OS=freebsd
2223

2324
import StdlibUnittest
2425
import simd

0 commit comments

Comments
 (0)