Histórico de Commits

Autor SHA1 Mensagem Data
  florian 3b14b28161 + support for FASM output, using it for testing does not work though, see readme.txt há 11 anos atrás
  marco b3b9041f54 * fpmkunit no longer depends on strutils. há 11 anos atrás
  sergei a882e89bc2 * x86_64: SetExceptionMask and SetRoundingMode must return the old value of mask/mode respectively, not the new one. há 11 anos atrás
  florian 04464b8622 * do not create an fpc_zeromem node if size=0 há 11 anos atrás
  florian 6f14dbdebe * avoid internal error if an empty record is assigned to a function result, resolves #25895 há 11 anos atrás
  florian 303e8c609d * internalerror unified há 11 anos atrás
  nickysn 47aed8b01f * optimized the i8086 version of Get8087CW há 11 anos atrás
  reiniero 62f8792cb5 fcl-db: dbtestframework: há 11 anos atrás
  sergei bce33ee063 * software_rounding_mode -> softfloat_rounding_mode. há 11 anos atrás
  sergei 295e795a0a * SPARC: SetExceptionMask and SetRoundingMode must return the old value of mask/mode respectively, not the new one. há 11 anos atrás
  sergei 67a8c315d8 * ARM: SetExceptionMask and SetRoundingMode must return the old value of mask/mode respectively, not the new one. há 11 anos atrás
  sergei 29bf988ca7 + Implemented m68k-specific (actually, softfloat-specific) part of Math unit. há 11 anos atrás
  sergei 94a045aa3d * Moved declarations of TFPURoundingMode,TFPUExceptionMask and TFPUPrecisionMode to System unit. Declarations in Math unit changed to aliases. há 11 anos atrás
  florian 842e027a9f + prove of concept how FMA4 could be supported in inline assembler há 11 anos atrás
  Jonas Maebe f936a48afa * don't change the forward/interface definition of regular forward/interface há 11 anos atrás
  marco 8b293f106b * unicodeducet was still in makefile, fixed. há 11 anos atrás
  florian 1f6c43810d * fix wrong suffix há 11 anos atrás
  florian ff6afe27cd * enabled fma instruction as the compiler knows them since r27209 há 11 anos atrás
  florian a79be2b05c + support for FMA instructions in inline assembler há 11 anos atrás
  marco f54d92326e * remove leftover matrix unit dep há 11 anos atrás
  marco a1351db576 * rtl-unicode package, containing unicodeducet, collation units and *bidi* units há 11 anos atrás
  marco 3e40a5c5f6 * removed obsolete rules from Solaris makefile há 11 anos atrás
  marco 08b26eeba6 * matrix+ucomplex line removal. há 11 anos atrás
  sergei 7b56c90d82 - MIPS,SPARC and ARM-wince: removed remaining references to softfloat stuff. há 11 anos atrás
  sergei cfd2600b24 - Don't include softfpu code on SPARC, unless bootstrapping with 2.6. há 11 anos atrás
  florian 5d57f38619 + functions for FMA and AVX2 detection há 11 anos atrás
  florian 5f92e11d6c * blocked already merged revisions há 11 anos atrás
  florian aa107b914c * merged avx2 branch, developed by Torsten Grundke há 11 anos atrás
  sergei 30c3842802 * MIPS: reworked FPU initialization to be consistent with other targets. há 11 anos atrás
  sergei dcb46051c4 * Get rid of last softfloat dependencies in genmath.inc. Replaced remaining calls to float_raise with expressions which generate appropriate floating-point exceptions at runtime. This is probably somewhat slower on actual softfloat targets, but the change only affects exceptional control flow, so not a significant issue. há 11 anos atrás