Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 284a6f2

Browse files
committedApr 18, 2025·
added sqrtf
1 parent 8c31c5d commit 284a6f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎loader/llext_exports.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ EXPORT_SYMBOL(atanf);
5454
EXPORT_SYMBOL(asinf);
5555
EXPORT_SYMBOL(acosf);
5656
EXPORT_SYMBOL(sqrt);
57+
EXPORT_SYMBOL(sqrtf);
5758

5859
EXPORT_SYMBOL(k_sched_lock);
5960
EXPORT_SYMBOL(k_sched_unlock);

0 commit comments

Comments
 (0)
Please sign in to comment.