mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01: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",
|
||||
"powf",
|
||||
"powl",
|
||||
"siprintf",
|
||||
"sin",
|
||||
"sinl",
|
||||
"sinf",
|
||||
"sinh",
|
||||
"sinhl",
|
||||
"sinhf",
|
||||
"siprintf",
|
||||
"sqrt",
|
||||
"sqrtl",
|
||||
"sqrtf",
|
||||
|
Loading…
Reference in New Issue
Block a user