diff --git a/core/simd/simd.odin b/core/simd/simd.odin index 1631c4d23..fcbceb81a 100644 --- a/core/simd/simd.odin +++ b/core/simd/simd.odin @@ -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.