diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2026-01-29 14:39:34 -0800 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2026-01-29 14:39:34 -0800 |
| commit | 7b3f189a1369f9348c007730ddea953b1e68acb1 (patch) | |
| tree | 7db8969ee8a34a10b6c8ae033c939c9d653376f6 /libc/shared/math.h | |
| parent | f3d6dae13ae710323a2ddbaf87af71b1abcbfada (diff) | |
| parent | 0893b70ecfc4f4aca0a20a078476d191edc1e623 (diff) | |
| download | llvm-users/pcc/spr/codegen-introduce-machinefunctiongetpreferredalignment.zip llvm-users/pcc/spr/codegen-introduce-machinefunctiongetpreferredalignment.tar.gz llvm-users/pcc/spr/codegen-introduce-machinefunctiongetpreferredalignment.tar.bz2 | |
Created using spr 1.3.6-beta.1
Diffstat (limited to 'libc/shared/math.h')
| -rw-r--r-- | libc/shared/math.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/libc/shared/math.h b/libc/shared/math.h index 287f3ae..6b1f94f 100644 --- a/libc/shared/math.h +++ b/libc/shared/math.h @@ -39,6 +39,8 @@ #include "math/coshf16.h" #include "math/cospif.h" #include "math/cospif16.h" +#include "math/dfmaf128.h" +#include "math/dfmal.h" #include "math/dsqrtl.h" #include "math/erff.h" #include "math/exp.h" @@ -57,16 +59,48 @@ #include "math/expm1.h" #include "math/expm1f.h" #include "math/expm1f16.h" +#include "math/f16fma.h" +#include "math/f16fmal.h" +#include "math/f16sqrtl.h" #include "math/frexpf.h" #include "math/frexpf128.h" #include "math/frexpf16.h" +#include "math/fsqrt.h" +#include "math/fsqrtf128.h" +#include "math/fsqrtl.h" +#include "math/hypotf.h" +#include "math/ilogb.h" +#include "math/ilogbf.h" +#include "math/ilogbf128.h" #include "math/ilogbf16.h" +#include "math/ilogbl.h" #include "math/ldexpf.h" #include "math/ldexpf128.h" #include "math/ldexpf16.h" +#include "math/llogb.h" +#include "math/llogbf.h" +#include "math/llogbf128.h" +#include "math/llogbf16.h" #include "math/log.h" +#include "math/log10.h" +#include "math/log1p.h" +#include "math/log2.h" +#include "math/logbf.h" +#include "math/logbf128.h" +#include "math/logbf16.h" +#include "math/logf.h" +#include "math/logf16.h" #include "math/rsqrtf.h" #include "math/rsqrtf16.h" #include "math/sin.h" +#include "math/sinf.h" +#include "math/sinf16.h" +#include "math/sinhf.h" +#include "math/sinhf16.h" +#include "math/sinpif.h" +#include "math/sqrt.h" +#include "math/sqrtf16.h" +#include "math/tan.h" +#include "math/tanf.h" #endif // LLVM_LIBC_SHARED_MATH_H |
