Skip to content
Snippets Groups Projects
  1. Aug 01, 2014
  2. Jul 31, 2014
  3. Jul 26, 2014
  4. 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
  5. Jul 23, 2014
  6. Jul 22, 2014
  7. Jul 21, 2014
  8. Jul 02, 2014
  9. 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
  10. Jun 17, 2014
  11. 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
  12. May 29, 2014
  13. May 13, 2014
Loading