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.
1 parent 6f79ab4 commit 6b6e9baCopy full SHA for 6b6e9ba
benchmark/single-source/SIMDReduceInteger.swift
@@ -120,7 +120,7 @@ public func run_SIMDReduceInt32x4_init(_ n: Int) {
120
@inline(never)
121
public func run_SIMDReduceInt32x4_cast(_ n: Int) {
122
// Morally it seems like we "should" be able to use withMemoryRebound
123
- // to SIMD4<Int32>, but that function requries that the sizes match in
+ // to SIMD4<Int32>, but that function requires that the sizes match in
124
// debug builds, so this is pretty ugly. The following "works" for now,
125
// but is probably in violation of the formal model (the exact rules
126
// for "assumingMemoryBound" are not clearly documented). We need a
0 commit comments