Skip to content
Snippets Groups Projects
  1. Mar 04, 2001
  2. Nov 19, 1999
  3. Jun 23, 1999
  4. Apr 15, 1998
  5. Feb 24, 1998
  6. Feb 19, 1998
  7. Dec 15, 1997
  8. Nov 01, 1997
    • dtc's avatar
      Improved support for (complex single-float) and (complex double-float) · 4c3b1bb6
      dtc authored
      types. Adds storage classes to the backend for these so they can be
      stored in registers or on the stack without consing; new primitive
      types etc. Also adds (simple-array (complex {single,double}-float))
      array types to avoid consing and speed vectors operations.  All
      these changes are conditional on the :complex-float feature. More work
      is needed to exploit these changes: improving the type dispatch in the
      various function; maybe compiler transforms or more VOPs to handle
      common functions inline.
      4c3b1bb6
  9. Sep 08, 1997
  10. Aug 30, 1997
  11. Aug 26, 1997
  12. Feb 10, 1997
  13. Feb 05, 1997
  14. Jan 18, 1997
  15. Jul 08, 1996
  16. Oct 31, 1994
  17. Feb 11, 1994
  18. Nov 06, 1993
  19. May 25, 1993
  20. May 08, 1993
  21. Mar 01, 1993
  22. Jan 13, 1993
  23. Feb 14, 1992
  24. Oct 25, 1991
  25. Sep 04, 1991
  26. Feb 08, 1991
  27. Jan 03, 1991
  28. Oct 24, 1990
  29. Oct 18, 1990
    • ram's avatar
      Made all the C stubs be exported and maybe-inline. Put the generic · dd986228
      ram authored
      functions under (space 0) so that the stubs will be inline expanded.
      Changed some uses of INTEGER-DECODE-FLOAT to FLOAT-SIGN, since only
      the sign was being used.
      Note that EXPT is broken, since (expt -2.0 0.5) should be a complex,
      not 0.
      dd986228
  30. Jul 31, 1990
  31. Jul 21, 1990
  32. Jul 20, 1990
Loading