Skip to content

Commit 0ab1cb6

Browse files
committed
Update ticket number since TF-1103 redirects
1 parent 196c803 commit 0ab1cb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/core/SIMDVector.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -843,8 +843,8 @@ extension SIMD where Scalar: FloatingPoint {
843843

844844
/// Returns the sum of the scalars in the vector.
845845
// SWIFT_ENABLE_TENSORFLOW: We have changed `@_alwaysEmitIntoClient` to `@inlinable`, to work
846-
// around TF-1103.
847-
// TODO(TF-1103): Change `@inlinable` back to `@_alwaysEmitIntoClient`.
846+
// around SR-13689.
847+
// TODO(SR-13689): Change `@inlinable` back to `@_alwaysEmitIntoClient`.
848848
@inlinable
849849
public func sum() -> Scalar {
850850
// Implementation note: this eventually be defined to lower to either

0 commit comments

Comments
 (0)