elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
libc
/
watcom
/
math
/
fpexcept.c
File editor
/* Various routines or globals called/referenced from OWC soft float library */ #include <assert.h> #include <errno.h> /* floating point globals - FIXME should initialize at startup? */ char _8087; char _real87; char _chipbug; /* __FPE_exception is called from machine language with parm in AX (see "fstatus" module in CGSUPP) */ void __FPE_exception( int fpe_type ) { //_RWD_FPE_handler( fpe_type ); assert(0); /* FIXME abort for now */ } void __set_ERANGE( void ) { errno = ERANGE; }
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history