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.
1 parent 4dc9713 commit 4c5d100Copy full SHA for 4c5d100
stdlib/public/core/SIMDVector.swift
@@ -80,7 +80,8 @@ public protocol SIMDScalar : _BitwiseCopyable {
80
public protocol SIMD<Scalar>:
81
SIMDStorage,
82
Hashable,
83
- ExpressibleByArrayLiteral
+ ExpressibleByArrayLiteral,
84
+ _BitwiseCopyable
85
{
86
/// The mask type resulting from pointwise comparisons of this vector type.
87
associatedtype MaskStorage: SIMD
@@ -95,7 +96,8 @@ public protocol SIMD<Scalar>:
95
96
Codable,
97
98
CustomStringConvertible,
99
100
101
102
103
0 commit comments