Skip to content
Snippets Groups Projects
Commit 3d753221 authored by dtc's avatar dtc
Browse files

New macro WITH-FLOAT-TRAPS-MASKED to execute a body of code with some

floating point exceptions disabled. It avoids the overhead of
{set,get}-floating-point-modes, saving some consing and generally
giving smaller code. Exploit this new macro where
{set,get}-floating-point-modes has been used.
parent 15f6ef0c
No related branches found
No related tags found
No related merge requests found
Loading
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