We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a690ec commit c534e99Copy full SHA for c534e99
tools/system_libs.py
@@ -948,12 +948,15 @@ class libcompiler_rt(MTLibrary, SjLjLibrary):
948
# bfloat16
949
'extendbfsf2.c',
950
'truncdfbf2.c',
951
+ 'truncxfbf2.c',
952
'truncsfbf2.c',
953
+ 'trunctfbf2.c',
954
# We provide our own crt
955
'crtbegin.c',
956
'crtend.c',
957
# 80-bit long double (xf_float)
958
'divxc3.c',
959
+ 'extendhfxf2.c',
960
'extendxftf2.c',
961
'fixxfdi.c',
962
'fixxfti.c',
@@ -967,6 +970,7 @@ class libcompiler_rt(MTLibrary, SjLjLibrary):
967
970
'mulxc3.c',
968
971
'powixf2.c',
969
972
'trunctfxf2.c',
973
+ 'truncxfhf2.c',
974
]
975
src_files = glob_in_path(src_dir, '*.c', excludes=excludes)
976
src_files += files_in_path(
0 commit comments