llvm-capstone/libc/spec
Tue Ly 76bb278ebb [libc][math] Implement double precision exp10 function correctly rounded for all rounding modes.
Implement double precision exp10 function correctly rounded for all
rounding modes.  Using the same algorithm as double precision exp
(https://reviews.llvm.org/D158551) and exp2 (https://reviews.llvm.org/D158812)
functions.

Reviewed By: zimmermann6

Differential Revision: https://reviews.llvm.org/D159143
2023-08-30 08:43:50 -04:00
..
bsd_ext.td Reland "[libc] Add {,r}index" 2023-04-11 04:30:50 +00:00
gnu_ext.td [libc][math] Implement double precision exp10 function correctly rounded for all rounding modes. 2023-08-30 08:43:50 -04:00
gpu_ext.td [libc] Add basic support for calling host functions from the GPU 2023-07-19 10:11:46 -05:00
linux.td [libc] add socket function 2023-05-03 11:01:11 -07:00
llvm_libc_ext.td [libc] Move b* string functions to strings.h 2023-01-09 20:16:20 +00:00
posix.td Revert "[libc] Add limits.h" 2023-08-17 06:21:50 +02:00
spec.td [libc] Add v variants of printf functions 2023-08-04 14:50:24 -07:00
stdc.td [libc][math] Implement double precision exp2 function correctly rounded for all rounding modes. 2023-08-25 10:15:08 -04:00