Skip to content

Commit c534e99

Browse files
committed
Exclude bfloat16 and 80-bit long double files
1 parent 4a690ec commit c534e99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/system_libs.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -948,12 +948,15 @@ class libcompiler_rt(MTLibrary, SjLjLibrary):
948948
# bfloat16
949949
'extendbfsf2.c',
950950
'truncdfbf2.c',
951+
'truncxfbf2.c',
951952
'truncsfbf2.c',
953+
'trunctfbf2.c',
952954
# We provide our own crt
953955
'crtbegin.c',
954956
'crtend.c',
955957
# 80-bit long double (xf_float)
956958
'divxc3.c',
959+
'extendhfxf2.c',
957960
'extendxftf2.c',
958961
'fixxfdi.c',
959962
'fixxfti.c',
@@ -967,6 +970,7 @@ class libcompiler_rt(MTLibrary, SjLjLibrary):
967970
'mulxc3.c',
968971
'powixf2.c',
969972
'trunctfxf2.c',
973+
'truncxfhf2.c',
970974
]
971975
src_files = glob_in_path(src_dir, '*.c', excludes=excludes)
972976
src_files += files_in_path(

0 commit comments

Comments
 (0)