view tomsfastmath/random_txt_files/newsqr.txt @ 646:f10335e5e42f dropbear-tfm

- More asm constraint fixes. Now seems to build OK on 32-bit OS X.
author Matt Johnston <matt@ucc.asn.au>
date Wed, 30 Nov 2011 23:03:47 +0800
parents a362b62d38b2
children
line wrap: on
line source

New code added in TFM v0.03

OLD 64-bit...[athlon64]

Squaring:
  256-bit:        89
  512-bit:       234
 1024-bit:       815
 2048-bit:      2851

NEW 64-bit ...

Squaring:
  256-bit:        89
  512-bit:       228
 1024-bit:       691
 2048-bit:      2228


OLD 32-bit [athlonxp]

Squaring:

  256-bit:       327
  512-bit:      1044
 1024-bit:      3646
 2048-bit:     17055

NEW 32-bit

Squaring:

  256-bit:       332
  512-bit:       894
 1024-bit:      2983
 2048-bit:     10385