blob: 9bf7d4fcd81bcf981472da0abb7f580541bb0f0c [file] [log] [blame]
// RUN: %scale-test --begin 3 --end 7 --step 1 --select NumLeafScopes %s
// REQUIRES: OS=macosx
// REQUIRES: asserts
import SIMDOperators
func test(_ s: SIMD4<Float>,
%for i in range(0, N):
_ s${i}: SIMD4<Float>,
%end
_ s${N}: SIMD4<Float>
) -> SIMD4<Float> {
return s
%for i in range(0, N):
+ s${i}
%end
}