diff options
Diffstat (limited to 'test/codegen/mathbits.go')
| -rw-r--r-- | test/codegen/mathbits.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/codegen/mathbits.go b/test/codegen/mathbits.go index 788f739f14..09aa5a136e 100644 --- a/test/codegen/mathbits.go +++ b/test/codegen/mathbits.go @@ -308,8 +308,8 @@ func TrailingZeros64(n uint64) int { } func TrailingZeros64Subtract(n uint64) int { - // ppc64le/power8:"NEG","SUBC","ANDN","POPCNTD" - // ppc64le/power9:"SUBC","CNTTZD" + // ppc64x/power8:"NEG","SUBC","ANDN","POPCNTD" + // ppc64x/power9:"SUBC","CNTTZD" return bits.TrailingZeros64(1 - n) } |
