Skip to content
Snippets Groups Projects
  1. Sep 09, 1999
  2. Sep 06, 1999
  3. Sep 05, 1999
  4. Sep 04, 1999
  5. Aug 28, 1999
  6. Aug 25, 1999
  7. Aug 21, 1999
  8. Aug 14, 1999
  9. Aug 13, 1999
  10. Aug 05, 1999
    • pw's avatar
      From: Raymond Toy <toy@rtp.ericsson.se> · 3b9100d3
      pw authored
      While hacking on my lapack package, I needed to know a bit more about
      the internals of CMUCL.  Here is a small patch that updates the
      description of the array object.  It appears that the documentation is
      wrong, and there is an extra slot in the array header to hold
      fill-pointer-p.
      
      I've also updated some of the type codes in the documentation.  I'm
      sure about the array and number stuff, but not sure about the others.
      3b9100d3
  11. Aug 03, 1999
  12. Jul 13, 1999
    • pw's avatar
      From Ray Toy: · 06f81774
      pw authored
      Changes:
      
      o Change deftransform truncate to handle the two arg case.  Add
        similar deftranform for floor and ceiling.
      
      o Only inline complex single/double-float division if speed > space.
        Otherwise, call the division routines.
      06f81774
  13. Jun 23, 1999
  14. Jun 22, 1999
    • dtc's avatar
      From Raymond Toy: · e723773c
      dtc authored
      o  Enable the v9 version of emit-multiply.  This is slightly slower
         than the v8 version, but doesn't use the deprecated instructions
         and registers.  This approximately doubles the speed of bignum
         multiplies.
      
      o  Add a v9 version of bignum::%floor.  This approximately doubles the
         speed of bignum floors.  No v8 version because the divide
         instruction might overflow.
      e723773c
    • dtc's avatar
      From Raymond Toy: · a35709b5
      dtc authored
      o Fix a bug in the rdy instruction:  The I bit should be zero, not 1.
      
      o Add appropriate stuff for the V9 SRAX, SRLX, and SLLX instructions.
        The printer works fine.
      a35709b5
  15. Jun 19, 1999
  16. Jun 17, 1999
  17. Jun 03, 1999
  18. May 30, 1999
  19. May 29, 1999
  20. May 04, 1999
  21. May 01, 1999
  22. Apr 30, 1999
  23. Apr 25, 1999
  24. Apr 15, 1999
  25. Apr 12, 1999
  26. Apr 11, 1999
  27. Apr 10, 1999
  28. Apr 06, 1999
  29. Mar 29, 1999
  30. Mar 26, 1999
    • dtc's avatar
      New functions are macros to support thread safe code: · cf9961d1
      dtc authored
      set-symbol-value-conditional, rplaca-conditional,
      rplacd-conditional, data-vector-set-conditional,
      atomic-push-symbol-value, atomic-pop-symbol-value, atomic-pusha,
      atomic-pushd atomic-push-vector.
      cf9961d1
Loading