ttmath/tests
Tomasz Sowa 712bfc9c3b added: UInt::Rcl2_one(c) and UInt::Rcr2_one(c)
they are much faster than UInt::Rcl2(1,c) and Rcr2(1,c)
changed: UInt::Rcl() and UInt::Rcr()
       we don't longer make the things with moving a half in the left and a half in the right
       we simply use Rcl2_one() and Rcl2() /Rcr2_one() and Rcr2()/


git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@84 e52654a7-88a9-db11-a3e9-0013d4bc506e
2008-10-30 23:38:24 +00:00
..
Makefile changed: asm code in: UInt::Sub, UInt::SubInt (32 and 64bit) 2008-10-29 21:54:27 +00:00
main.cpp added: UInt::Rcl2_one(c) and UInt::Rcr2_one(c) 2008-10-30 23:38:24 +00:00
tests.uint32 changed: asm code in UInt::Add, UInt::AddInt, AddTwoInts 2008-10-25 20:05:51 +00:00
uinttest.cpp changed: asm code in UInt::Add, UInt::AddInt, AddTwoInts 2008-10-25 20:05:51 +00:00
uinttest.h changed: asm code in UInt::Add, UInt::AddInt, AddTwoInts 2008-10-25 20:05:51 +00:00