Skip to content

Commit 625f2b3

Browse files
Jeffrey HurchallaJeffrey Hurchalla
authored andcommitted
improve README.txt
1 parent c6cdcdf commit 625f2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Clockwork is a high performance, easy to use Modular Arithmetic (header-only) li
66

77
## Design goals
88

9-
Clockwork is designed to be a flexible and bulletproof library with the best performance achievable for modular arithmetic of native (on the CPU) integer types. For integer types that are double the native bit width (e.g. 128 bit), performance should still be close to ideal, though not as completely optimized as for native types. Larger than 128 bit types are permissible; however a library like GMP is likely to be a better choice for such sizes.
9+
Clockwork is designed to be a flexible and bulletproof library with the best performance achievable for modular arithmetic of native (on the CPU) integer types. For integer types that are double the native bit width (e.g. 128 bit), performance should still be close to ideal, though not as completely optimized as for native types. Larger than 128 bit types are permissible by [specialization](https://github.com/hurchalla/util/blob/master/include/hurchalla/util/traits/ut_numeric_limits.h); however a library like [GMP](https://gmplib.org/) is likely to be a better choice for such sizes.
1010

1111
## Status
1212

0 commit comments

Comments
 (0)