Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144557423
D2252.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D2252.diff
View Options
Index: head/lib/libcompiler_rt/Makefile
===================================================================
--- head/lib/libcompiler_rt/Makefile
+++ head/lib/libcompiler_rt/Makefile
@@ -22,7 +22,6 @@
SRCF= absvdi2 \
absvsi2 \
absvti2 \
- addtf3 \
addvdi3 \
addvsi3 \
addvti3 \
@@ -37,7 +36,6 @@
clzti2 \
cmpdi2 \
cmpti2 \
- comparetf2 \
ctzdi2 \
ctzsi2 \
ctzti2 \
@@ -46,31 +44,22 @@
divmoddi4 \
divmodsi4 \
divsc3 \
- divtf3 \
divti3 \
divxc3 \
enable_execute_stack \
eprintf \
- extenddftf2 \
- extendsftf2 \
ffsdi2 \
ffsti2 \
fixdfdi \
fixdfti \
fixsfdi \
fixsfti \
- fixtfdi \
- fixtfsi \
- fixtfti \
fixunsdfdi \
fixunsdfsi \
fixunsdfti \
fixunssfdi \
fixunssfsi \
fixunssfti \
- fixunstfdi \
- fixunstfsi \
- fixunstfti \
fixunsxfdi \
fixunsxfsi \
fixunsxfti \
@@ -105,7 +94,6 @@
mulosi4 \
muloti4 \
mulsc3 \
- multf3 \
multi3 \
mulvdi3 \
mulvsi3 \
@@ -129,13 +117,10 @@
powisf2 \
powitf2 \
powixf2 \
- subtf3 \
subvdi3 \
subvsi3 \
subvti3 \
trampoline_setup \
- trunctfdf2 \
- trunctfsf2 \
ucmpdi2 \
ucmpti2 \
udivdi3 \
@@ -146,6 +131,25 @@
umoddi3 \
umodti3
+# 128-bit quad precision long double support, only used on arm64
+.if ${MACHINE_CPUARCH} == "aarch64"
+SRCF+= addtf3 \
+ comparetf2 \
+ divtf3 \
+ extenddftf2 \
+ extendsftf2 \
+ fixtfdi \
+ fixtfsi \
+ fixtfti \
+ fixunstfdi \
+ fixunstfsi \
+ fixunstfti \
+ multf3 \
+ subtf3 \
+ trunctfdf2 \
+ trunctfsf2
+.endif
+
# These are already shipped by libc.a on arm and mips
.if ${MACHINE_CPUARCH} != "arm" && ${MACHINE_CPUARCH} != "mips"
SRCF+= adddf3 \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 10, 1:34 PM (20 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28625024
Default Alt Text
D2252.diff (1 KB)
Attached To
Mode
D2252: compiler-rt: include 128-bit quad precision fp support only on arm64
Attached
Detach File
Event Timeline
Log In to Comment