Skip to content

Commit 626692f

Browse files
authored
Add more math fils to libc_rt (#15510)
See: #15497
1 parent 6160323 commit 626692f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/system_libs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ def get_wasm_libc_rt_files():
122122
'__math_divzero.c', '__math_divzerof.c',
123123
'__math_oflow.c', '__math_oflowf.c',
124124
'__math_uflow.c', '__math_uflowf.c',
125+
'__math_invalid.c', '__math_invalidf.c', '__math_invalidl.c',
126+
125127
])
126128
other_files = files_in_path(
127129
path='system/lib/libc',

0 commit comments

Comments
 (0)