Handbook
Glossary
(get-exception-flags) ( fp-env -- exceptions )
Vocabulary
math
.
floats
.
env
.
private
Inputs
fp-env
an
object
Outputs
exceptions
an
object
Definition
IN:
math.floats.env.private
GENERIC:
(get-exception-flags)
( fp-env -- exceptions )
Methods
USING:
accessors
math.floats.env.private
math.floats.env.x86
;
M:
sse-env
(get-exception-flags)
mxcsr>>
sse-exception-flag>bit
mask>
;
inline
USING:
accessors
math.floats.env.private
math.floats.env.x86
;
M:
x87-env
(get-exception-flags)
status>>
x87-exception>bit
mask>
;
inline