llvm-project/libc/spec
Siva Chandra Reddy 993d8ac5cb [libc] Add implementations of nearbyint[f|l].
The implementation is exactly the same as rint* as even rint does not
raise any floating point exceptions currently. [Note that the standards
do not specify that floating point exceptions must be raised - they
leave it up to the implementation to choose to raise FE_INEXACT when
rounding non-integral values.]

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D94112
2021-01-05 21:51:10 -08:00
..
gnu_ext.td [libc] Adds implementation for memrchr. 2020-07-24 14:40:12 -04:00
linux.td [libc] Add ability to generate enum types/values to HdrGen. 2020-02-28 23:27:32 -08:00
llvm_libc_ext.td [libc] Add LLVM libc specific functions to llvm_libc_ext.td. 2020-10-19 18:21:25 +00:00
posix.td [libc][obvious] Fix strtok_r signature in the spec. 2020-09-09 09:50:17 -07:00
spec.td [libc] Add implementations of lround[f|l] and llround[f|l]. 2020-12-11 11:12:40 -08:00
stdc.td [libc] Add implementations of nearbyint[f|l]. 2021-01-05 21:51:10 -08:00