Adding fixed point type changes from a few weeks ago. This includessignificantly expanded tests.
Additional improvements to the fixed type. Also added a few good testcases.
Fix minor bug in int128.h. Also add initial unit tests.
Adding int128.h header with support for GCC specific int128_t anduint128_t types.
Additional improvements to the fixed point type. Also adding parse_testwhich can be used to compare parse performance and a CMakeLists.txt.
Adding initial attempt at creating a custom C++ fixed point template.