llvm-project/libc/spec
Siva Chandra Reddy 8514ecb02d [libc] Add implementations of remquo[f|l] and remainder[f|l].
The implementation is not fully standards compliant in the sense that
errno is not set on error, and floating point exceptions are not raised.

Subnormal range and normal range are tested separately in the tests.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D86666
2020-09-03 22:00:17 -07: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][NFC] Add bzero to list of entrypoints. 2020-06-08 21:44:39 -07:00
posix.td [libc] Add restrict qualifiers to string library; give consistent naming scheme to TableGen files. 2020-08-14 15:41:02 -04:00
spec.td [libc] Add long double flavors of the floating point manipulation functions. 2020-06-23 23:46:58 -07:00
stdc.td [libc] Add implementations of remquo[f|l] and remainder[f|l]. 2020-09-03 22:00:17 -07:00