gecko-dev/security
nelsonb%netscape.com 8b0c1dcf1e Big changes for performance. mp_digits are now always unsigned ints.
mp_words are used only on machines that support long long arithmetic.
s_mp_mod_d() was deleted.  It was not being used and was not part of the
public API. The code that computes squares in s_mp_sqr was broken out
into a separate new function s_mpv_sqr_add_prop(), which is a target for
assembly language optimization.  New function s_mpv_div_2dx1d(), also a
target for assembly optimization.  These changes made X86 benchmark time
go from 22.5 seconds to 8.3 seconds on my reference test system.
2000-08-31 02:51:23 +00:00
..
coreconf Bugzilla bug #48245: removed the -mno-486 compiler flag. 2000-08-09 21:53:45 +00:00
nss Big changes for performance. mp_digits are now always unsigned ints. 2000-08-31 02:51:23 +00:00
psm Updated release notes for PSM 1.3. 2000-08-30 04:33:05 +00:00
Makefile.in Fixing makefiles with shaver's tarball 2000-03-01 01:22:44 +00:00
makefile.win Add makefile to the tip 2000-05-09 01:30:38 +00:00