Skip to content

Commit be092a3

Browse files
committed
Exclude scalbnl from LTO
1 parent bc4ee8b commit be092a3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

test/core/test_float_builtins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ int test_builtins() {
3434
TEST(fmin)
3535
TEST(fmod)
3636
TEST(scalbn)
37+
TEST(scalbnl)
3738
TEST(ldexp)
3839

3940
TEST(pow)

tools/system_libs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ def get_libcall_files(self):
11231123
'__math_uflow.c', '__math_uflowf.c',
11241124
'__math_invalid.c', '__math_invalidf.c', '__math_invalidl.c',
11251125
'pow.c', 'pow_data.c', 'log.c', 'log_data.c', 'log2.c', 'log2_data.c',
1126-
'scalbnf.c',
1126+
'scalbnf.c', 'scalbnl.c',
11271127
]
11281128
math_files = files_in_path(path='system/lib/libc/musl/src/math', filenames=math_files)
11291129

0 commit comments

Comments
 (0)