Project

General

Profile

Download (10.5 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
c7e0510c 02/20/2022 04:59 PM David Sorber

Fix minor bug in int128.h. Also add initial unit tests.

7fa2f28e 02/19/2022 10:09 PM David Sorber

Adding int128.h header with support for GCC specific int128_t and
uint128_t types.

11ae9ac5 02/17/2022 06:09 PM David Sorber

Additional improvements to the fixed point type. Also adding parse_test
which can be used to compare parse performance and a CMakeLists.txt.

835f4592 02/16/2022 08:57 PM David Sorber

Adding initial attempt at creating a custom C++ fixed point template.