Histórico de commits

Autor SHA1 Mensagem Data
  sergei 441e37b8b4 - Eliminated separate extractFloat32* routines, they are used only once and manually inlining them does not harm to readability. 11 anos atrás
  sergei 797653dd14 * Reverted overflow/underflow handling in fpc_exp_real to original state of C port. In particular, changed constant values to typed constants. Resolves #24839. 11 anos atrás
  sergei 690995fa12 * RTL: fixed some warnings when compiling for x86_64: 12 anos atrás
  florian 92477a14b8 o patch by Max Nazholov: 12 anos atrás
  Jonas Maebe aee5380ae0 * merged trunk up to r20882 13 anos atrás
  Jonas Maebe e8dae4f30a * set result of exp() to 0 in case of underflow with masked exceptions 13 anos atrás
  sergei 2642403d5b * float_raise: Reduce amount of threadvar accesses, gains a bit more compact code. Functionality is not changed. 13 anos atrás
  Jonas Maebe 8a95a04e16 * extracted dynarray helpers from system unit into jdynarr.inc (were 14 anos atrás
  Jonas Maebe 26cc281390 * fixed real48 to double conversion for 0.0 (patch by "jeng", mantis #16863) 15 anos atrás
  Jonas Maebe 310ec39757 * fixed + optimized generic round_real 17 anos atrás
  Jonas Maebe 30a51c2dee + support for the different rounding modes in the generic rounding 17 anos atrás
  florian 81fd66f6f6 * typo in define fixed 17 anos atrás
  micha 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 17 anos atrás
  yury 5e3462b6fc * Fixed warnings and notes. 17 anos atrás
  yury 04b640880c * fixed exp() for hardfloat on arm. 18 anos atrás
  florian 5596cd5391 * ensure that qword_to_double is calculated using doubles 18 anos atrás
  tom_at_work e501fab034 * replaced all HandleError() calls to appropriate float_raise() calls 18 anos atrás
  yury fa5865845a * use float_raise instead of HandleError in fpc_exp_real. 18 anos atrás
  tom_at_work 67e6d8d2da * fixed float_error() to call HandleError instead of RunError so that they are properly converted to exceptions 18 anos atrás
  florian ce6f6ee4bf * fixed compilation on i386 18 anos atrás
  florian b3a1868ff0 * correct masking of exceptions in genmath code 18 anos atrás
  yury 737634d781 * Call HandleError in fpc_exp_real for overflow and underflow. It fixes webtbs/tw3157.pp for targets where generic fpc_exp_real is used. 18 anos atrás
  yury b04c30dfb8 * fixed warnings. 18 anos atrás
  yury 61f0f0b793 * define FPC_DOUBLE_HILO_SWAPPED for ARM CPU if needed to properly handle doubles in RTL. 18 anos atrás
  florian cd5861a01e * fixed compilation on arm 19 anos atrás
  florian 028a4c0cbf * compilation fixed 19 anos atrás
  florian 02a553668f + software implementation of exp(<double>) 19 anos atrás
  florian 484e7ac0c1 * fixed defines 19 anos atrás
  Jonas Maebe 200ad7e5ae * moved some generic constants out of the {$ifndef FPC_SYSTEM_HAS_TRUNC} 19 anos atrás
  florian 5f3a3bc051 * made the softfpu unit embedable in the system unit 19 anos atrás