aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/montgomery64_2e389m21/feadd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Specific/montgomery64_2e389m21/feadd.c')
-rw-r--r--src/Specific/montgomery64_2e389m21/feadd.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Specific/montgomery64_2e389m21/feadd.c b/src/Specific/montgomery64_2e389m21/feadd.c
index 23289045f..6e359760a 100644
--- a/src/Specific/montgomery64_2e389m21/feadd.c
+++ b/src/Specific/montgomery64_2e389m21/feadd.c
@@ -28,13 +28,13 @@ static void feadd(uint64_t out[7], const uint64_t in1[7], const uint64_t in2[7])
{ uint64_t x65; uint8_t x66 = _subborrow_u64(x63, x44, 0xffffffffffffffffL, &x65);
{ uint64_t x68; uint8_t x69 = _subborrow_u64(x66, x47, 0x1f, &x68);
{ uint64_t _; uint8_t x72 = _subborrow_u64(x69, x48, 0x0, &_);
- { uint64_t x73 = cmovznz(x72, x68, x47);
- { uint64_t x74 = cmovznz(x72, x65, x44);
- { uint64_t x75 = cmovznz(x72, x62, x41);
- { uint64_t x76 = cmovznz(x72, x59, x38);
- { uint64_t x77 = cmovznz(x72, x56, x35);
- { uint64_t x78 = cmovznz(x72, x53, x32);
- { uint64_t x79 = cmovznz(x72, x50, x29);
+ { uint64_t x73 = cmovznz64(x72, x68, x47);
+ { uint64_t x74 = cmovznz64(x72, x65, x44);
+ { uint64_t x75 = cmovznz64(x72, x62, x41);
+ { uint64_t x76 = cmovznz64(x72, x59, x38);
+ { uint64_t x77 = cmovznz64(x72, x56, x35);
+ { uint64_t x78 = cmovznz64(x72, x53, x32);
+ { uint64_t x79 = cmovznz64(x72, x50, x29);
out[0] = x79;
out[1] = x78;
out[2] = x77;