From 1e5b0a76fadd9255a0ead47d1327c628160b01bd Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Fri, 10 Nov 2017 18:13:59 -0500 Subject: Update display logs and c files --- src/Specific/montgomery32_2e255m765/feadd.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/Specific/montgomery32_2e255m765/feadd.c') diff --git a/src/Specific/montgomery32_2e255m765/feadd.c b/src/Specific/montgomery32_2e255m765/feadd.c index 44c42965c..c8a728e51 100644 --- a/src/Specific/montgomery32_2e255m765/feadd.c +++ b/src/Specific/montgomery32_2e255m765/feadd.c @@ -32,14 +32,14 @@ static void feadd(uint32_t out[8], const uint32_t in1[8], const uint32_t in2[8]) { uint32_t x75; uint8_t x76 = _subborrow_u32(x73, x51, 0xffffffff, &x75); { uint32_t x78; uint8_t x79 = _subborrow_u32(x76, x54, 0x7fffffff, &x78); { uint32_t _; uint8_t x82 = _subborrow_u32(x79, x55, 0x0, &_); - { uint32_t x83 = cmovznz(x82, x78, x54); - { uint32_t x84 = cmovznz(x82, x75, x51); - { uint32_t x85 = cmovznz(x82, x72, x48); - { uint32_t x86 = cmovznz(x82, x69, x45); - { uint32_t x87 = cmovznz(x82, x66, x42); - { uint32_t x88 = cmovznz(x82, x63, x39); - { uint32_t x89 = cmovznz(x82, x60, x36); - { uint32_t x90 = cmovznz(x82, x57, x33); + { uint32_t x83 = cmovznz32(x82, x78, x54); + { uint32_t x84 = cmovznz32(x82, x75, x51); + { uint32_t x85 = cmovznz32(x82, x72, x48); + { uint32_t x86 = cmovznz32(x82, x69, x45); + { uint32_t x87 = cmovznz32(x82, x66, x42); + { uint32_t x88 = cmovznz32(x82, x63, x39); + { uint32_t x89 = cmovznz32(x82, x60, x36); + { uint32_t x90 = cmovznz32(x82, x57, x33); out[0] = x90; out[1] = x89; out[2] = x88; -- cgit v1.2.3