We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4708fe commit 53790f0Copy full SHA for 53790f0
src/cmd/asm/internal/asm/testdata/riscv64.s
@@ -511,7 +511,7 @@ start:
511
512
// 28.4.3: Carry-less multiplication (Zbc)
513
CLMUL X5, X6, X7 // b313530a
514
- CLMUL X5, X6 // 3313530a
+ CLMUL X5, X6 // 3313530a
515
CLMULH X5, X6, X7 // b333530a
516
CLMULH X5, X6 // 3333530a
517
CLMULR X5, X6, X7 // b323530a
0 commit comments