simd-openmp
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| simd-openmp [June 11, 2026 at 11:06] – Ivan Janevski | simd-openmp [June 13, 2026 at 03:13] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| 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. | + | 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, |
| - | + | ||
| - | This is **SIMD** (single instruction, | + | |
| ```c | ```c | ||
simd-openmp.1781176013.txt.gz · Last modified: by Ivan Janevski
