]> Kevux Git Server - fll/commit
Bugfix: The f_int_128_t is using incorrect size.
authorKevin Day <thekevinday@gmail.com>
Sat, 14 Jan 2023 06:49:09 +0000 (00:49 -0600)
committerKevin Day <thekevinday@gmail.com>
Sat, 14 Jan 2023 06:49:09 +0000 (00:49 -0600)
commitde6cf7f23de860c9202eb8b7758f2f999a4fd7db
tree77a50f2e0c0ad69a6b6c14b41b35fa0f1f8d3b2d
parent52f8a0f791c982e8518b3678839c5fda84038f08
Bugfix: The f_int_128_t is using incorrect size.

The wrong wrapping define macros are being used.
- Use __SIZEOF_INT128__ instead of _di_f_int_128_t_.
- Use #ifdef instead of #ifndef.
level_0/f_type/c/type.h