File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
#include <stdint.h>
19
19
typedef unsigned char fiat_np256_uint1 ;
20
20
typedef signed char fiat_np256_int1 ;
21
- typedef signed __int128 fiat_np256_int128 ;
22
- typedef unsigned __int128 fiat_np256_uint128 ;
21
+ __extension__ typedef signed __int128 fiat_np256_int128 ;
22
+ __extension__ typedef unsigned __int128 fiat_np256_uint128 ;
23
23
24
24
#if (-1 & 3 ) != 3
25
25
#error "This code only works on a two's complement system"
Original file line number Diff line number Diff line change 18
18
#include <stdint.h>
19
19
typedef unsigned char fiat_p256_uint1 ;
20
20
typedef signed char fiat_p256_int1 ;
21
- typedef signed __int128 fiat_p256_int128 ;
22
- typedef unsigned __int128 fiat_p256_uint128 ;
21
+ __extension__ typedef signed __int128 fiat_p256_int128 ;
22
+ __extension__ typedef unsigned __int128 fiat_p256_uint128 ;
23
23
24
24
#if (-1 & 3 ) != 3
25
25
#error "This code only works on a two's complement system"
You can’t perform that action at this time.
0 commit comments