Skip to content

Commit

Permalink
internal/sm2ec: ppc64le, fix comments #237
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Aug 29, 2024
1 parent 68f37d7 commit c8384dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sm2ec/p256_asm_ppc64le.s
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ GLOBL p256mul<>(SB), 8, $96
#define SEL V4
#define ZER V5
#define CAR1 V6
// func p256NegCond(val *p256Point, cond int)
// func p256NegCond(val *p256Element, cond int)
TEXT ·p256NegCond(SB), NOSPLIT, $0-16
MOVD val+0(FP), P1ptr
MOVD $16, R16
Expand Down

0 comments on commit c8384dd

Please sign in to comment.