mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Add more functions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9826 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4d728e867a
commit
cda2347bcd
@ -126,6 +126,12 @@ static const char * const KnownExternalFunctions[] = {
|
||||
"__strtod_l",
|
||||
"__strtold_l",
|
||||
|
||||
// Math functions
|
||||
"exp", "sqrt", "cbrt", "hypot",
|
||||
"log", "log10", "pow",
|
||||
"sin", "cos", "tan",
|
||||
"asin", "acos", "atan", "atan2",
|
||||
|
||||
// Locale functions
|
||||
"__uselocale",
|
||||
"__newlocale",
|
||||
@ -143,6 +149,8 @@ static const char * const KnownExternalFunctions[] = {
|
||||
// Random stuff
|
||||
"__assert_fail",
|
||||
"__errno_location",
|
||||
"clock", "time",
|
||||
"__main",
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user