Skip to content

Commit

Permalink
Merge pull request #111 from munroesj52/final-104
Browse files Browse the repository at this point in the history
Final clean-up for V1.0.4.
  • Loading branch information
munroesj52 authored Jul 16, 2020
2 parents dfcb927 + ed3dd72 commit 5901c9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tipowof10.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ const vui128_t vtipowof10[] = { (vui128_t) (__int128 ) 1ll, /* 10**0 */
#endif
(vui128_t) (__int128 ) 0L };/* 10**308 */

extern const unsigned __int128 __attribute__ ((alias ("vtipowof10"))) *tipowof10;

const vui128_t vtifrexpof10[] =
{ (vui128_t) (__int128 ) 4503599627370496ll, /* 10**0 */
(vui128_t) (__int128 ) 5629499534213120ll, /* 10**1 */
Expand Down Expand Up @@ -157,6 +159,8 @@ const vui128_t vtifrexpof10[] =
#endif
(vui128_t) (__int128 ) 0L };/* 10**308 */

extern const unsigned __int128 __attribute__ ((alias ("vtifrexpof10"))) *tifrexpof10;

const long tiexpof10[] = {
-52L, /* 10**0 */
-49L, /* 10**1 */
Expand Down

0 comments on commit 5901c9c

Please sign in to comment.