diff --git a/README.md b/README.md
index 738d2bf7..a14beeab 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ The following table summarises currently supported vector extensions, compilers
Linux |
- MacOS |
+ macOS |
Windows |
@@ -49,22 +49,22 @@ The following table summarises currently supported vector extensions, compilers
x86_64 | SSE2, SSE4, AVX, AVX2, AVX512F |
:green_circle: | :green_circle: | :white_circle: |
- :white_circle: | :white_circle: |
+ :white_circle: | :green_circle: |
:white_circle: | :green_circle: | :white_circle: | :white_circle: |
x86 32bit (i386) | SSE |
:green_circle: | :green_circle: | :white_circle: |
- :white_circle: | :white_circle: |
+ N/A |
:white_circle: | :white_circle: | :white_circle: | :white_circle: |
AArch64 (arm) | Neon, SVE |
:green_circle: | :green_circle: | N/A |
- Preliminary |
+ N/A | :green_circle: |
N/A | :white_circle: | :white_circle: | :white_circle: |
AArch32 (armhf) | NEON |
:green_circle: | :green_circle: | N/A |
- Preliminary |
+ N/A |
N/A |
PowerPC (ppc64el) | VSX, VSX3 |
@@ -109,11 +109,11 @@ Toolchain files provide some information on supported compiler versions.
### OS support
-Only Linux distributions are currently tested in CI and thus officially supported.
+Only Linux distributions and macOS are currently tested in CI and thus officially supported.
-Building SLEEF for MacOS and Windows on x86 machines was officially supported ( :white_circle: ), as of 3.5.1, however it is not currently tested.
+Building SLEEF for Windows on x86 machines was officially supported ( :white_circle: ), as of 3.5.1, however it is not currently tested.
-Support for MacOS, iOS and Android is only preliminary on AArch64.
+Support for iOS and Android is only preliminary on AArch64.
SVE is not supported on Darwin-based system and therefore automatically disabled by SLEEF on Darwin.
---|