We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 9820e41 commit 8c31c5dCopy full SHA for 8c31c5d
loader/llext_exports.c
@@ -48,11 +48,12 @@ EXPORT_SYMBOL(isupper);
48
EXPORT_SYMBOL(islower);
49
EXPORT_SYMBOL(isxdigit);
50
51
-EXPORT_SYMBOL(atan2);
52
EXPORT_SYMBOL(atan2);
53
EXPORT_SYMBOL(atan2f);
+EXPORT_SYMBOL(atanf);
54
EXPORT_SYMBOL(asinf);
55
EXPORT_SYMBOL(acosf);
56
+EXPORT_SYMBOL(sqrt);
57
58
EXPORT_SYMBOL(k_sched_lock);
59
EXPORT_SYMBOL(k_sched_unlock);
@@ -227,4 +228,5 @@ FORCE_EXPORT_SYM(__aeabi_f2d);
227
228
FORCE_EXPORT_SYM(__aeabi_idivmod);
229
FORCE_EXPORT_SYM(__aeabi_ldivmod);
230
FORCE_EXPORT_SYM(__aeabi_ul2f);
231
+FORCE_EXPORT_SYM(__aeabi_dcmpge);
232
FORCE_EXPORT_SYM(__cxa_pure_virtual);
0 commit comments