Merge pull request #7203 from maxrabin/fix/simd-grammar

Fix grammar in simd.odin doc comment
This commit is contained in:
Jeroen van Rijn
2026-08-08 01:58:27 +02:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
Cross-platform `SIMD` support types and procedures.
SIMD (Single Instruction Multiple Data), is a CPU hardware feature that
introduce special registers and instructions which operate on multiple units
introduces special registers and instructions which operate on multiple units
of data at the same time, which enables faster data processing for
applications with heavy computational workloads.