Closed
Description
Bugzilla Link | 36881 |
Resolution | FIXED |
Resolved on | Mar 26, 2018 11:53 |
Version | trunk |
OS | Windows NT |
Blocks | #31672 #36256 |
CC | @RKSimon |
Fixed by commit(s) | 328566 |
Extended Description
BSR and BSF are using WriteShift. TZCNT/LZCNT are using WriteIMul.
I assume that generally WriteShift would be faster than WriteIMul. But TZCNT/LZCNT are know to be better than BSR/BSF on some CPUs.