aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/mathbits.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/codegen/mathbits.go')
-rw-r--r--test/codegen/mathbits.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/codegen/mathbits.go b/test/codegen/mathbits.go
index 78556c636f..1cee39283d 100644
--- a/test/codegen/mathbits.go
+++ b/test/codegen/mathbits.go
@@ -372,7 +372,7 @@ func TrailingZeros(n uint) int {
func TrailingZeros64(n uint64) int {
// amd64/v1,amd64/v2:"BSFQ","MOVL\t\\$64","CMOVQEQ"
// amd64/v3:"TZCNTQ"
- // 386:"BSFL"
+ // 386:"BSFL","JNE"
// arm64:"RBIT","CLZ"
// loong64:"CTZV"
// s390x:"FLOGR"