Skip to content

Commit f3f98f0

Browse files
authored
Update README.md
1 parent 384e8dc commit f3f98f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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-
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.
1010

1111
## Status
1212

0 commit comments

Comments
 (0)