Skip to content
Snippets Groups Projects
  1. Jul 26, 2014
  2. Jul 24, 2014
    • Raymond Toy's avatar
      Add fdlibm trig routines for NetBSD. · bc89abe6
      Raymond Toy authored
      This is untested, but I'm assuming NetBSD needs fdlibm as well.
      bc89abe6
    • Raymond Toy's avatar
      Add fdlibm trig for sparc. · 30696a3a
      Raymond Toy authored
      Sparc's libm almost gets everything right but it fails two tests;
      
       | Failed Form: (COS (* 13/4 PI))
       | Expected -0.7071067811865471d0 but saw -0.7071067811865472d0
       |
       | Failed Form: (SIN (SCALE-FLOAT 1.0d0 120))
       | Expected 0.377820109360752d0 but saw 0.37782010936075205d0
      
      In both of these cases, the expected value is the correct one, as
      confirmed by computing these values with maxima to 64 digits of
      precision.  (Care must be used to look at the actual bits instead of
      rounding the printed decimal form.)
      30696a3a
    • Raymond Toy's avatar
  3. Jul 23, 2014
  4. Jul 22, 2014
  5. Jul 21, 2014
  6. Jul 02, 2014
  7. Jun 24, 2014
    • Raymond Toy's avatar
      Change max gen to GC to 3; add inteface to set it. · 0cf9036d
      Raymond Toy authored
       * lisp/gencgc.c
         * Set number of generations to GC to 3 instead of NUM_GENERATIONS -
           1.
         * Add simple interface to allow user to set the number of
           generations and return the old value.
       * code/gc.lisp:
         * Add Lisp interface to set the number of generations to GC.
      0cf9036d
  8. Jun 17, 2014
  9. Jun 01, 2014
    • Raymond Toy's avatar
      Fix ticket:98 · c0a0fc0b
      Raymond Toy authored
      Change the warning to a style-warning and update the message to be
      more precious.
      c0a0fc0b
  10. May 29, 2014
  11. May 13, 2014
  12. May 10, 2014
  13. May 08, 2014
  14. May 07, 2014
  15. May 03, 2014
  16. May 01, 2014
  17. Apr 30, 2014
  18. Apr 29, 2014
Loading