Skip to content
Snippets Groups Projects
Select Git revision
  • rtoy-issue-14
  • master default
  • issue-431-fix-set-floating-point-modes
  • issue-425-correctly-rounded-math-functions-single-float
  • issue-380-p2-clean-up-shell-scripts
  • issue-433-one-ctrl-d-exits-repl
  • issue-432-fix-man-option-for-make-extra-dist
  • issue-425-correctly-rounded-math-functions
  • issue-426-fix-float-modes-type-def
  • issue-424-fix-hypot
  • issue-423-update-ci-for-snapshot
  • rtoy-debug-ci-2025-07
  • rtoy-ci-make-dist-tarballs
  • issue-417-defmethod-check-aux-vars
  • issue-408-get-user-name-and-homedir
  • issue-415-add-package-local-nicknames
  • issue-418-update-asdf-to-3.3.7.4
  • issue-390-autogen-errno-package
  • issue-324-sap-ref-16-for-case-mapping
  • issue-373-handle-temp-files
  • issue-413-markdown-link-check-on-schedule
  • snapshot-2025-07
  • snaphost-2025-07
  • snapshot-2024-08
  • snapshot-2024-04
  • snapshot-xoroshiro-update-assembly
  • snapshot-2023-08
  • 21e protected
  • snapshot-2023-04
  • snapshot-2021-07
  • snapshot-2021-01
  • snapshot-2020-04
  • snapshot-2019-06
  • 21d protected
  • snapshot-2018-10
  • snapshot-2018-03
  • snapshot-2018-02
  • snapshot-2018-01
  • 21c protected
  • snapshot-2017-10
  • snapshot-2017-04
41 results

cmucl

  • Clone with SSH
  • Clone with HTTPS
  • Raymond Toy's avatar
    Raymond Toy authored
    Fix issue #14.
    
    WITH-FLOAT-TRAPS-ENABLED was leaving the accrued (and current)
    exceptions unchanged, but it should have cleared out any values there
    that matched the exceptions to be enabled.  Without this, the next x87
    operation would signal an exception if an accrued exception matched
    an enabled exception.  This was the cause of issue #14.  (Note that
    for x87, the accrued exception is the same as current exception.)
    edb5af9b
    History
    Name Last commit Last update