wasm
This commit is contained in:
parent
47b135aca0
commit
f90881b03d
9824 changed files with 1706556 additions and 114 deletions
10
binlib/wasi-sysroot-28.0/include/wasm32-wasip2/bits/fenv.h
Normal file
10
binlib/wasi-sysroot-28.0/include/wasm32-wasip2/bits/fenv.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#define FE_ALL_EXCEPT 0
|
||||
#define FE_TONEAREST 0
|
||||
|
||||
typedef unsigned long fexcept_t;
|
||||
|
||||
typedef struct {
|
||||
unsigned long __cw;
|
||||
} fenv_t;
|
||||
|
||||
#define FE_DFL_ENV ((const fenv_t *) -1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue