Changeset View
Changeset View
Standalone View
Standalone View
lib/libcompiler_rt/Makefile.inc
Show First 20 Lines • Show All 126 Lines • ▼ Show 20 Lines | |||||
SRCF+= floatundisf | SRCF+= floatundisf | ||||
.endif | .endif | ||||
# | # | ||||
# 80-bit long double functions, only used on x86. | # 80-bit long double functions, only used on x86. | ||||
# | # | ||||
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" | .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" | ||||
SRCF+= divxc3 | SRCF+= divxc3 | ||||
SRCF+= extendxftf2 | |||||
SRCF+= fixxfdi | SRCF+= fixxfdi | ||||
SRCF+= fixxfti | SRCF+= fixxfti | ||||
SRCF+= fixunsxfdi | SRCF+= fixunsxfdi | ||||
SRCF+= fixunsxfsi | SRCF+= fixunsxfsi | ||||
SRCF+= fixunsxfti | SRCF+= fixunsxfti | ||||
SRCF+= floattixf | SRCF+= floattixf | ||||
SRCF+= floatuntixf | SRCF+= floatuntixf | ||||
SRCF+= mulxc3 | SRCF+= mulxc3 | ||||
SRCF+= powixf2 | SRCF+= powixf2 | ||||
SRCF+= trunctfxf2 | |||||
# Avoid using SSE2 instructions on i386, if unsupported. | # Avoid using SSE2 instructions on i386, if unsupported. | ||||
.if ${MACHINE_CPUARCH} == "i386" && empty(MACHINE_CPU:Msse2) | .if ${MACHINE_CPUARCH} == "i386" && empty(MACHINE_CPU:Msse2) | ||||
SRCS+= floatdixf.c | SRCS+= floatdixf.c | ||||
SRCS+= floatundixf.c | SRCS+= floatundixf.c | ||||
.else | .else | ||||
SRCF+= floatdixf | SRCF+= floatdixf | ||||
SRCF+= floatundixf | SRCF+= floatundixf | ||||
▲ Show 20 Lines • Show All 144 Lines • Show Last 20 Lines |