summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2024-11-08 21:34:21 +0000
committerChris Boesch <chrboesch@noreply.codeberg.org>2024-11-08 21:34:21 +0000
commitae541a0d9cb51fcd607a931c488b51333b6ea2b3 (patch)
tree596d7d606d9d5b15915513899d01cdebbf84fe5d
parent2606e537331bd642d0319305e038f602df6cf779 (diff)
parentfb46871dab2218349b1d2a21b8af73c509e61436 (diff)
Merge pull request 'Added SIMD.' (#178) from readme into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/178
-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