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 0f1d5e8 + b4cc034 commit 8fa62edCopy full SHA for 8fa62ed
stdlib/public/Differentiation/SIMDDifferentiation.swift.gyb
@@ -160,7 +160,6 @@ where
160
extension SIMD
161
where
162
Self: Differentiable,
163
- TangentVector: SIMD,
164
Scalar: BinaryFloatingPoint,
165
Self.TangentVector == Self
166
{
@@ -313,7 +312,6 @@ where
313
312
314
315
316
317
Scalar: BinaryFloatingPoint & Differentiable,
318
Self.TangentVector == Self,
319
Scalar.TangentVector == Scalar
@@ -439,7 +437,6 @@ where
439
437
440
438
441
442
- Self.TangentVector: SIMD,
443
444
445
0 commit comments