Commit History

Author SHA1 Message Date
  florian 31e2f16484 resolves #15453: 15 years ago
  florian a14db25c64 + procedure DivMod(Dividend: Integer; Divisor: integer; var Result, Remainder: integer); and procedure DivMod(Dividend: cardinal; Divisor: cardinal; var Result, Remainder: cardinal);, resolves #14286 16 years ago
  Jonas Maebe f00beea41c * fixed i386/linux rtl compilation and functionality when compiled 17 years ago
  yury d306e25dc8 * Fixed warnings. 17 years ago
  florian 3752cfb649 * fix cotan, resolves #9944 18 years ago
  daniel b293a9bdd4 - Revert patch by Alex Raine. 18 years ago
  daniel 14f2edc56e + Assembler implementation of min/max by Alex Rayne. 18 years ago
  florian 685844b61c * set SSE CSR if sse is supported by the CPU 18 years ago
  florian 4b88079c41 + i386 assembler implementations of tan, cotan, sincos 18 years ago
  florian 47fac4ee6e * moved *SSECSR to system unit 19 years ago
  peter 4ace790492 * remove $Log 20 years ago
  fpc 790a4fe2d3 * log and id tags removed 20 years ago
  fpc 50778076c3 initial import 20 years ago
  peter e417e34496 * truncate log 20 years ago
  florian 07c28067aa * fixed sse exception handling 21 years ago
  peter 61036b2149 * fixed wrong typecasts 21 years ago
  mazen 84e8f0e96b + assembler mode forced to ATT style for x86 cpu 22 years ago
  florian 4dbc76b90d * fixed arctan2 to handle x=0 correctly as well 22 years ago
  florian 345117b9ba * initial implementation with code from math.pp 22 years ago