Skip to content

Commit 9f63c40

Browse files
committed
[BitwiseCopyable] Note conformance of Float16.
Its omission was an oversight.
1 parent 41eaf91 commit 9f63c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/nnnn-bitwise-copyable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ The following types in the standard library will gain the `BitwiseCopyable` cons
300300
- `UInt8.Words`, `UInt16.Words`, `UInt32.Words`, `UInt64.Words`, `UInt.Words`
301301
- `Int8.Words`, `Int16.Words`, `Int32.Words`, `Int64.Words`, `Int.Words`
302302
- The fixed-precision floating-point types:
303-
- `Float`, `Double`, `Float80`
303+
- `Float`, `Double`, `Float16`, `Float80`
304304
- `FloatingPointSign`, `FloatingPointClassification`
305305
- The family of `SIMDx<Scalar>` types
306306
- The family of unmanaged pointer types:

0 commit comments

Comments
 (0)