mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-21 21:11:36 +00:00
Add missing functions.
llvm-svn: 145608
This commit is contained in:
parent
95a0674b1b
commit
aafbda2d54
@ -84,10 +84,13 @@ const char* TargetLibraryInfo::StandardNames[LibFunc::NumLibFuncs] =
|
|||||||
"pow",
|
"pow",
|
||||||
"powf",
|
"powf",
|
||||||
"powl",
|
"powl",
|
||||||
"siprintf",
|
|
||||||
"sin",
|
"sin",
|
||||||
"sinl",
|
"sinl",
|
||||||
"sinf",
|
"sinf",
|
||||||
|
"sinh",
|
||||||
|
"sinhl",
|
||||||
|
"sinhf",
|
||||||
|
"siprintf",
|
||||||
"sqrt",
|
"sqrt",
|
||||||
"sqrtl",
|
"sqrtl",
|
||||||
"sqrtf",
|
"sqrtf",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user