Skip to content

Commit 6b6e9ba

Browse files
committed
spelling: requires
Signed-off-by: Josh Soref <[email protected]>
1 parent 6f79ab4 commit 6b6e9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/single-source/SIMDReduceInteger.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public func run_SIMDReduceInt32x4_init(_ n: Int) {
120120
@inline(never)
121121
public func run_SIMDReduceInt32x4_cast(_ n: Int) {
122122
// Morally it seems like we "should" be able to use withMemoryRebound
123-
// to SIMD4<Int32>, but that function requries that the sizes match in
123+
// to SIMD4<Int32>, but that function requires that the sizes match in
124124
// debug builds, so this is pretty ugly. The following "works" for now,
125125
// but is probably in violation of the formal model (the exact rules
126126
// for "assumingMemoryBound" are not clearly documented). We need a

0 commit comments

Comments
 (0)