mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-27 07:21:31 +00:00
Merge pull request #7203 from maxrabin/fix/simd-grammar
Fix grammar in simd.odin doc comment
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user