simd-openmp
Differences
This shows you the differences between two versions of the page.
| simd-openmp [June 11, 2026 at 09:19] – created - external edit 127.0.0.1 | simd-openmp [June 11, 2026 at 11:06] (current) – Ivan Janevski | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| # SIMD (OpenMP) | # SIMD (OpenMP) | ||
| - | A modern CPU can add four floats in a single instruction rather than one, loading them into a wide register and operating on all four lanes simultaneously. This is **SIMD** (single instruction, | + | A modern CPU can add four floats in a single instruction rather than one, loading them into a wide register and operating on all four lanes simultaneously. |
| + | |||
| + | This is **SIMD** (single instruction, | ||
| ```c | ```c | ||
simd-openmp.txt · Last modified: by Ivan Janevski
