Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions libc/include/fenv.h.def

This file was deleted.

33 changes: 26 additions & 7 deletions libc/include/fenv.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,30 @@
header: fenv.h
header_template: fenv.h.def
macros: []
standards:
- stdc
macros:
- macro_name: FE_ALL_EXCEPT
macro_header: fenv-macros.h
- macro_name: FE_DIVBYZERO
macro_header: fenv-macros.h
- macro_name: FE_INEXACT
macro_header: fenv-macros.h
- macro_name: FE_INVALID
macro_header: fenv-macros.h
- macro_name: FE_OVERFLOW
macro_header: fenv-macros.h
- macro_name: FE_UNDERFLOW
macro_header: fenv-macros.h
- macro_name: FE_DOWNWARD
macro_header: fenv-macros.h
- macro_name: FE_DOWNWARD
macro_header: fenv-macros.h
- macro_name: FE_UPWARD
macro_header: fenv-macros.h
- macro_name: FE_DFL_ENV
macro_header: fenv-macros.h
types:
- type_name: fenv_t
- type_name: fexcept_t
enums: []
objects: []
functions:
- name: feclearexcept
standards:
Expand All @@ -15,14 +34,14 @@ functions:
- type: int
- name: fedisableexcept
standards:
- GNUExtensions
- gnu
return_type: int
arguments:
- type: int
guard: null
- name: feenableexcept
standards:
- GNUExtensions
- gnu
return_type: int
arguments:
- type: int
Expand All @@ -35,7 +54,7 @@ functions:
- type: fenv_t *
- name: fegetexcept
standards:
- GNUExtensions
- gnu
return_type: int
arguments: []
- name: fegetexceptflag
Expand Down
Loading