Added SIMD.

This commit is contained in:
Chris Boesch
2024-11-07 15:30:13 +01:00
parent 96df8ba304
commit 97c2ea2f49

View File

@@ -232,6 +232,7 @@ Zig Core Language
* [X] Working with C
* [X] Threading
* [x] Labeled switch
* [x] Vector operations (SIMD)
Zig Standard Library