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.
2 parents 196c803 + 0ab1cb6 commit 2232a3eCopy full SHA for 2232a3e
stdlib/public/core/SIMDVector.swift
@@ -843,8 +843,8 @@ extension SIMD where Scalar: FloatingPoint {
843
844
/// Returns the sum of the scalars in the vector.
845
// SWIFT_ENABLE_TENSORFLOW: We have changed `@_alwaysEmitIntoClient` to `@inlinable`, to work
846
- // around TF-1103.
847
- // TODO(TF-1103): Change `@inlinable` back to `@_alwaysEmitIntoClient`.
+ // around SR-13689.
+ // TODO(SR-13689): Change `@inlinable` back to `@_alwaysEmitIntoClient`.
848
@inlinable
849
public func sum() -> Scalar {
850
// Implementation note: this eventually be defined to lower to either
0 commit comments