ttmath/ttmath
Tomasz Sowa e083c5f889 added: const char * UInt::LibTypeStr()
const char * Big::LibTypeStr()
         LibTypeCode UInt::LibType()
         LibTypeCode Big::LibType()
         returning a string/enum represents the currect type of the library
         we have following types:
             asm_vc_32   - with asm code designed for Microsoft Visual C++ (32 bits)
             asm_gcc_32  - with asm code designed for GCC (32 bits)
             asm_vc_64   - with asm for VC (64 bit)
             asm_gcc_64  - with asm for GCC (64 bit)
             no_asm_32   - pure C++ version (32 bit) - without any asm code
             no_asm_64   - pure C++ version (64 bit) - without any asm code
changed: another compilers than MS VC or GCC by default use no asm version (TTMATH_NOASM)



git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@247 e52654a7-88a9-db11-a3e9-0013d4bc506e
2009-11-24 20:15:46 +00:00
..
ttmath.h fixed: Int::DivInt() should take parameters as 'sint' and not 'int' 2009-11-24 06:12:46 +00:00
ttmathbig.h added: const char * UInt::LibTypeStr() 2009-11-24 20:15:46 +00:00
ttmathint.h fixed: Int::DivInt() should take parameters as 'sint' and not 'int' 2009-11-24 06:12:46 +00:00
ttmathmisc.h fixed: Factorial(const ValueType & x, ErrorCode * err = 0) 2009-09-17 23:18:11 +00:00
ttmathobjects.h fixed: Big::operator>> didn't correctly recognize values in scientific mode (with 'e' character) 2009-09-13 19:16:42 +00:00
ttmathparser.h added: to the parser: function frac() - remains fraction 2009-11-01 14:20:48 +00:00
ttmaththreads.h added: multithread support for Big<> class 2009-08-04 18:23:35 +00:00
ttmathtypes.h added: const char * UInt::LibTypeStr() 2009-11-24 20:15:46 +00:00
ttmathuint.h added: const char * UInt::LibTypeStr() 2009-11-24 20:15:46 +00:00
ttmathuint_noasm.h added: const char * UInt::LibTypeStr() 2009-11-24 20:15:46 +00:00
ttmathuint_x86.h added: const char * UInt::LibTypeStr() 2009-11-24 20:15:46 +00:00
ttmathuint_x86_64.h added: const char * UInt::LibTypeStr() 2009-11-24 20:15:46 +00:00
ttmathuint_x86_64_msvc.asm changed: small optimization in ttmath_subindexed_x64() 2009-09-20 20:10:29 +00:00