This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
ecl
Watch
1
Fork
You've already forked ecl
0
mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced
2026-01-27 15:02:12 -08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a995a89c1d
ecl
/
src
/
h
/
impl
History
Download ZIP
Download TAR.GZ
Juan Jose Garcia Ripoll
a995a89c1d
Fix detection of NaN/inf for platforms without fenv.h
2010-12-02 22:46:40 +01:00
..
math_dispatch.h
Slight optimization of math dispatch (smaller code by inlining typeof)
2010-11-02 18:09:44 +01:00
math_dispatch2.h
Split +,-,*,/ into separate files with a slightly more compact dispatch
2010-11-04 23:40:11 +01:00
math_fenv.h
Fix detection of NaN/inf for platforms without fenv.h
2010-12-02 22:46:40 +01:00
math_fenv_msvc.h
Added a new file, impl/math_fenv.h, grouping all definitions related to floating point exceptions and their handling. This is completed with impl/math_fenv_msvc.h with inline definitions of the C99 fenv.h functions for Microsoft's compiler
2010-11-09 00:44:12 +01:00