x86: Use `testb` for FSRM check in memmove-vec-unaligned-erms
`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.