You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Clockwork is a high performance, easy to use Modular Arithmetic (header-only) li
6
6
7
7
## Design goals
8
8
9
-
The goal for Clockwork was to create a correct and flexible library with the best possible performance for modular arithmetic of native integer types. For integer types that are double the native bit width (e.g. 128 bit), performance is still good but not quite as well optimized. Larger than 128 bit types are permissible; however a library like GMP is likely to be a better choice for such sizes.
9
+
The goal for Clockwork was to create a correct and flexible library with the best possible performance for modular arithmetic of native 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.
0 commit comments