forked from OSchip/llvm-project
parent
3ced545ccf
commit
676c093758
|
@ -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