Sunshine (she/her)@lemmy.ca to Linux@programming.devEnglish · 19 days agoLinux Kernel Patches To Use AMD INVLPGB Instruction Show Huge Speed-Upwww.phoronix.comexternal-linkmessage-square16fedilinkarrow-up1136arrow-down12cross-posted to: [email protected]
arrow-up1134arrow-down1external-linkLinux Kernel Patches To Use AMD INVLPGB Instruction Show Huge Speed-Upwww.phoronix.comSunshine (she/her)@lemmy.ca to Linux@programming.devEnglish · 19 days agomessage-square16fedilinkcross-posted to: [email protected]
minus-squareqaz@lemmy.worldlinkfedilinkEnglisharrow-up10·19 days agoSome info about the INVLPGB instruction
minus-squareSteveTech@programming.devlinkfedilinkEnglisharrow-up10·19 days 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.
Some info about the INVLPGB instruction
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.