summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2024-11-07 15:30:13 +0100
committerChris Boesch <chrboesch@noreply.codeberg.org>2024-11-07 15:30:13 +0100
commit97c2ea2f498933cbf46e154acf14126b3821b0e3 (patch)
tree3249791dd510db1cad9a2726aed303fe22e7c83c /README.md
parent96df8ba3047f12b54612597a49c8ecb687ec9455 (diff)
Added SIMD.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2aa52cd..c1ace19 100644
--- a/README.md
+++ b/README.md
@@ -232,6 +232,7 @@ Zig Core Language
* [X] Working with C
* [X] Threading
* [x] Labeled switch
+* [x] Vector operations (SIMD)
Zig Standard Library