Skip to content

Commit 8e13ea6

Browse files
Update stdlib/public/core/SIMDVector.swift
Co-Authored-By: stephentyrone <[email protected]>
1 parent baf6ae8 commit 8e13ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/SIMDVector.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ where T: SIMD, T.Scalar: FloatingPoint {
14221422

14231423
/// The lanewise maximum of two vectors.
14241424
///
1425-
/// Each element of the result is the minimum of the corresponding elements
1425+
/// Each element of the result is the maximum of the corresponding elements
14261426
/// of the inputs.
14271427
@_alwaysEmitIntoClient
14281428
public func pointwiseMax<T>(_ a: T, _ b: T) -> T

0 commit comments

Comments
 (0)