From a98392d82d91cf8dad0f59e32ec8c7317358b4d3 Mon Sep 17 00:00:00 2001 From: Joe Newton <47185726+SomeRandomiOSDev@users.noreply.github.com> Date: Sun, 18 Oct 2020 15:48:42 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b604e19..0b22cda 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,10 @@ let squareRoot = sqrt(value) ... ``` -TODO +NOTE -------- -* Add support for SIMD functions & types with half-precision +* [[SE-0277]](https://github.com/apple/swift-evolution/blob/master/proposals/0277-float16.md) added support for a native `Float16` type starting with Swift 5.3, therefore, this library is no longer recommended for projects using Swift 5.3 or later. Contributing --------