RISCOS: Add expf to functions to link

This commit is contained in:
Le Philousophe 2022-06-18 16:09:27 +02:00
parent b065158898
commit a591c8b6bf

View file

@ -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);