Sunshine (she/her)@lemmy.ca to Linux@programming.devEnglish · 1 day agoLinux Kernel Patches To Use AMD INVLPGB Instruction Show Huge Speed-Upwww.phoronix.comexternal-linkmessage-square12fedilinkarrow-up1113arrow-down12cross-posted to: [email protected]
arrow-up1111arrow-down1external-linkLinux Kernel Patches To Use AMD INVLPGB Instruction Show Huge Speed-Upwww.phoronix.comSunshine (she/her)@lemmy.ca to Linux@programming.devEnglish · 1 day agomessage-square12fedilinkcross-posted to: [email protected]
minus-squareSteveTech@programming.devlinkfedilinkEnglisharrow-up8·1 day agoThat’s INVLPG which has been there since the 486. The AMD64 Programmer’s Manual has some info on the differences between INVLPG, INVLPGA, and INVLPGB though.
That’s
INVLPG
which has been there since the 486. The AMD64 Programmer’s Manual has some info on the differences betweenINVLPG
,INVLPGA
, andINVLPGB
though.