aboutsummaryrefslogtreecommitdiffstats
path: root/g10/sqrtu32.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tofu: Compare squares instead of square roots.Marcus Brinkmann2017-07-101-244/+0
| | | | | | | | | | | | | * g10/Makefile.am (tofu_source) [USE_TOFU]: Remove sqrtu32.h and sqrtu32.c. * g10/sqrtu32.h, g10/sqrtu32.c: Removed files. * g10/tofu.c: Compare squares instead of square roots. -- The original code is a factor 11.5 slower than using libm's sqrt(), which in turn is a factor 3.5 slower than using one multiplication on the other side of the comparison. Also, it's much simpler now. Signed-off-by: Marcus Brinkmann <[email protected]>
* Update copyright notices for 2017.Werner Koch2017-01-231-1/+1
| | | | | | | | -- Also some http:// -> https:// fixes. Signed-off-by: Werner Koch <[email protected]>
* g10: Add missing sqrtu32.h and sqrtu32.c.Neal H. Walfield2016-09-071-0/+244
-- Signed-off-by: Neal H. Walfield <[email protected]> Fixes-commit: 875ac92.