ttmath/ttmath
Christian Kaiser be8913866a - 32 bit ASM code and ASSERTS did not work as the ASM code put its result in EAX, but the ASSERT afterwards did destroy the EAX's contents, of course.
git-svn-id: svn://ttmath.org/publicrep/ttmath/branches/chk@155 e52654a7-88a9-db11-a3e9-0013d4bc506e
2009-05-28 14:42:19 +00:00
..
ttmath.h - 32 bit ASM code and ASSERTS did not work as the ASM code put its result in EAX, but the ASSERT afterwards did destroy the EAX's contents, of course. 2009-05-28 14:42:19 +00:00
ttmathbig.h - 32 bit ASM code and ASSERTS did not work as the ASM code put its result in EAX, but the ASSERT afterwards did destroy the EAX's contents, of course. 2009-05-28 14:42:19 +00:00
ttmathconfig.h more optimizations for MSVC assembler (parallelism, prefetch optimization, loop alignment, ...) 2009-05-20 08:48:51 +00:00
ttmathint.h - support for MS specific code (__int64 etc) and warnings 2009-05-06 15:11:29 +00:00
ttmathobjects.h added thread-safety to static history buffers (factorial and logarithm) for MSVC 2009-05-07 11:37:10 +00:00
ttmathparser.h current chk version - too many changes on both sides for now ;-( 2009-05-19 10:50:41 +00:00
ttmathtypes.h current chk version - too many changes on both sides for now ;-( 2009-05-19 10:50:41 +00:00
ttmathuint.h - 32 bit ASM code and ASSERTS did not work as the ASM code put its result in EAX, but the ASSERT afterwards did destroy the EAX's contents, of course. 2009-05-28 14:42:19 +00:00
ttmathuint_noasm.h - 32 bit ASM code and ASSERTS did not work as the ASM code put its result in EAX, but the ASSERT afterwards did destroy the EAX's contents, of course. 2009-05-28 14:42:19 +00:00
ttmathuint_x86.h - 32 bit ASM code and ASSERTS did not work as the ASM code put its result in EAX, but the ASSERT afterwards did destroy the EAX's contents, of course. 2009-05-28 14:42:19 +00:00
ttmathuint_x86_64.h added: to Big<> class: support for NaN flag (Not a Number) 2009-05-26 23:13:22 +00:00
ttmathuint_x86_amd64_msvc.asm - optimizations 2009-05-28 11:31:29 +00:00