mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
[libc] Add missing header and Windows entrypoints for tanf.
This commit is contained in:
@@ -196,6 +196,7 @@ set(TARGET_LIBM_ENTRYPOINTS
|
||||
libc.src.math.sqrtf
|
||||
libc.src.math.sqrtl
|
||||
libc.src.math.tan
|
||||
libc.src.math.tanf
|
||||
libc.src.math.tanhf
|
||||
libc.src.math.trunc
|
||||
libc.src.math.truncf
|
||||
|
||||
@@ -422,6 +422,7 @@ def StdC : StandardSpec<"stdc"> {
|
||||
FunctionSpec<"sin", RetValSpec<DoubleType>, [ArgSpec<DoubleType>]>,
|
||||
FunctionSpec<"sinf", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
|
||||
FunctionSpec<"tan", RetValSpec<DoubleType>, [ArgSpec<DoubleType>]>,
|
||||
FunctionSpec<"tanf", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
|
||||
|
||||
FunctionSpec<"expf", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
|
||||
FunctionSpec<"exp2f", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
|
||||
|
||||
Reference in New Issue
Block a user