[libc] Add definitions of double_t and float_t to math.h.
authorSiva Chandra Reddy <sivachandra@google.com>
Mon, 27 Apr 2020 20:35:21 +0000 (13:35 -0700)
committerSiva Chandra Reddy <sivachandra@google.com>
Thu, 30 Apr 2020 18:59:11 +0000 (11:59 -0700)
commit245cbd15a49e57c6090254f5e114c80f796dc05c
tree0f03c5d633393f49f9d457ed7eb366a52910a218
parent675eea46f0452933170bb94307867dca8d9c80b9
[libc] Add definitions of double_t and float_t to math.h.

This change does not handle any extensions. Only the C standard
variations are handled.

Reviewers: abrachet

Differential Revision: https://reviews.llvm.org/D79150
libc/config/linux/api.td
libc/include/CMakeLists.txt
libc/include/__llvm-libc-stdc-types.h [new file with mode: 0644]