A minor performance optimization is on the way to the Linux kernel for roughly two decade old CPUs that have SSE but lack SSE2. Among those CPUs to benefit are the AMD Athlon XP series, some early Sempron models, and some Intel Celeron and Pentium III models...

A minor performance optimization is on the way to the Linux kernel for roughly two decade old CPUs that have SSE but lack SSE2. Among those CPUs to benefit are the AMD Athlon XP series, some early Sempron models, and some Intel Celeron and Pentium III models.
Open-source developer Yao Zi discovered in the write memory barrier (WMB) code to the Linux kernel for using the SFENCE Instruction it placed a constraint on the processor having SSE2. But the Store Fence (SFENCE) instruction was added in the original SSE, not SSE2. So a one-line patch is now working its way to the mainline kernel to adjust that SFENCE usage so processors with the original Streaming SIMD Extensions can use it rather than just SSE2.
"When adding cc clobber to wmb()'s definition, the alternative() condition to use sfence was incorrectly raised from X86_FEATURE_XMM to X86_FEATURE_XMM2.Restore the correct constraint for potential better performance on machines without SSE2."
The patch notes the potential for better performance albeit no performance benchmarks were actually done on such aging SSE-only CPUs.
The patch was picked up into tip/tip.git's x86/core Git branch and thus should be merged for the upcoming Linux 7.3 cycle. The patch is also marked for back-porting to existing stable Linux kernel series too.
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | Linux 7.3 Bringing A KCFI Optimization To Benefit Older Intel CPUs | 0 | 9.79 | 10-08-2026 |
| 2 | AMD P-State Linux Driver Patches Can Boost 1%-Low FPS Gaming Performance By 31% | 0 | 15.98 | 28-07-2026 |
| 3 | More AMD Zen 6 Prepping, Many ASUS / Lenovo / HP Laptop Improvements For Linux 7.2 | 0 | 5 | 26-06-2026 |
| 4 | Qualcomm Posts Linux Patches For Kuno SoC Support: Cortex-A7 Platform In 2026 | 0 | 11.24 | 09-08-2026 |
| 5 | AMD Sends Out Latest Linux Patches For RMPOPT Optimization | 0 | 7 | 01-07-2026 |
| 6 | New Linux Driver Posted To Enable Keyboard Support On M3 MacBooks | 0 | 7 | 30-06-2026 |
| 7 | Linux Looking To Retire A Number Of Old ARM Platforms In Early 2027 | 0 | 5 | 02-07-2026 |
| 8 | Linux Mint Improves Kernel Management & Setting System-Wide Environment Variables | 0 | 13.05 | 10-08-2026 |
| 9 | AMD PMF Testing Tool Slated For Linux 7.3 | 0 | 9.07 | 27-07-2026 |
| 10 | Linux 7.3 To Support The Qualcomm Adreno 704 & Adreno 722 GPUs | 0 | 15.76 | 02-08-2026 |