Skip to content

Commit 2232a3e

Browse files
Merge pull request #34592 from texasmichelle/update_ticket_number
Update ticket number
2 parents 196c803 + 0ab1cb6 commit 2232a3e

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)