Added SIMD.

This commit is contained in:
Chris Boesch 2024-11-07 15:30:13 +01:00
parent 96df8ba304
commit 97c2ea2f49
No known key found for this signature in database
GPG key ID: 8712DF4D3E364668

View file

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