-
-
Notifications
You must be signed in to change notification settings - Fork 62
ABI TODO
Nick Andrews edited this page May 13, 2023
·
1 revision
Remaining ABI items to address -:
int feclearexcept(int __excepts)
int fegetexceptflag(fexcept_t *__flagp, int __excepts)
int fesetexceptflag(const fexcept_t *__flagp, int __excepts)
int feraiseexcept(int __excepts)
int fetestexcept(int __excepts)
int fegetround(void)
int fesetround(int __round)
int fegetenv(fenv_t *__envp)
int feholdexcept(fenv_t *__envp)
int fesetenv(const fenv_t *__envp)
int feupdateenv(const fenv_t *__envp)