Skip to content
Snippets Groups Projects
Commit 6cc16b9b authored by Raymond Toy's avatar Raymond Toy
Browse files

Regenerated du to float-traps.lisp changes.

parent 38e8ce5c
No related branches found
No related tags found
No related merge requests found
...@@ -4797,6 +4797,16 @@ msgid "" ...@@ -4797,6 +4797,16 @@ msgid ""
" their testing within, and restored on exit." " their testing within, and restored on exit."
msgstr "" msgstr ""
   
#: src/code/float-trap.lisp
msgid ""
"Execute BODY with the floating point exceptions listed in TRAPS\n"
" enabled. TRAPS should be a list of possible exceptions which\n"
" includes :UNDERFLOW, :OVERFLOW, :INEXACT, :INVALID and\n"
" :DIVIDE-BY-ZERO and on the X86 :DENORMALIZED-OPERAND. The respective\n"
" accrued exceptions are cleared at the start of the body to support\n"
" their testing within, and restored on exit."
msgstr ""
#: src/code/float.lisp #: src/code/float.lisp
msgid "Return true if the float X is denormalized." msgid "Return true if the float X is denormalized."
msgstr "" msgstr ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment