Skip to content

Commit

Permalink
[compiler-rt] Remove builtins needing int128 support from aie2 compil…
Browse files Browse the repository at this point in the history
…er-rt sources
  • Loading branch information
khallouh authored and gbossu committed Apr 22, 2024
1 parent ff61292 commit 9dd73e9
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions compiler-rt/lib/builtins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,37 @@ list(REMOVE_ITEM aie2_SOURCES
muldc3.c # unsupported instruction : G_FCOPYSIGN
mulsc3.c # unsupported instruction : G_FCOPYSIGN
udivmoddi4.c # unsupported instruction : G_CTTZ_ZERO_UNDEF
absvti2.c # unsupported type : __int128_t
addvti3.c # unsupported type : __int128_t
ashrti3.c # unsupported type : __int128_t
ashlti3.c # unsupported type : __int128_t
cmpti2.c # unsupported type : __int128_t
clzti2.c # unsupported type : __int128_t
ctzti2.c # unsupported type : __int128_t
ffsti2.c # unsupported type : __int128_t
divti3.c # unsupported type : __int128_t
divmodti4.c # unsupported type : __int128_t
fixunssfti.c # unsupported type : __int128_t
fixunsdfti.c # unsupported type : __int128_t
fixsfti.c # unsupported type : __int128_t
fixdfti.c # unsupported type : __int128_t
floattidf.c # unsupported type : __int128_t
floatuntidf.c # unsupported type : __int128_t
floattisf.c # unsupported type : __int128_t
floatuntisf.c # unsupported type : __int128_t
lshrti3.c # unsupported type : __int128_t
modti3.c # unsupported type : __int128_t
muloti4.c # unsupported type : __int128_t
multi3.c # unsupported type : __int128_t
mulvti3.c # unsupported type : __int128_t
negti2.c # unsupported type : __int128_t
negvti2.c # unsupported type : __int128_t
parityti2.c # unsupported type : __int128_t
popcountti2.c # unsupported type : __int128_t
subvti3.c # unsupported type : __int128_t
ucmpti2.c # unsupported type : __int128_t
udivmodti4.c # unsupported type : __int128_t

)

# builtin support for Targets that have Arm state or have Thumb2
Expand Down

0 comments on commit 9dd73e9

Please sign in to comment.