x86: Use `testb` for case-locale check in str{n}casecmp-sse42
`testb` saves a bit of code size is the imm-operand can be encoded 1-bytes. Tested on x86-64.
Loading
Please register or sign in to comment
`testb` saves a bit of code size is the imm-operand can be encoded 1-bytes. Tested on x86-64.