RISCOS: Add expf to functions to link
This commit is contained in:
parent
b065158898
commit
a591c8b6bf
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ void pluginHack() {
|
|||
f = tanhf(f);
|
||||
f = logf(f);
|
||||
f = lroundf(f);
|
||||
f = expf(f);
|
||||
f = frexpf(f, NULL);
|
||||
f = ldexpf(f, 1);
|
||||
f = fmaxf(f, f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue