fixed: constraints in asm operands for gcc

added: UInt::SetFromTable for 64bit code (now the support for 64bit
       platforms seems to be completed)
added: asin - arc sin, acos - arc cos


git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@16 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2007-02-24 18:59:05 +00:00
parent d4b8bf2202
commit d04632ea74
7 changed files with 345 additions and 33 deletions

View File

@@ -1,3 +1,7 @@
Version 0.7.0 (2007.02.24):
* finished support for 64bit platforms
* added ASin (arcsin), ACos (arccos) functions
Version 0.6.4 (2007.01.29):
* fixed the problem with a sign in the mathematical parser /-(1) was 1/
* added UInt::AddInt and UInt::SubInt