blob: 5410a78984e37ad0901c4657dab60c67264ffcf6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# Software floating-point emulation.
ifeq ($(subdir),soft-fp)
sysdep_routines += ots_add ots_sub ots_mul ots_div ots_cmp ots_cmpe \
ots_cvtxq ots_cvtqx ots_cvtqux ots_cvttx ots_cvtxt ots_nintxq
endif
ifeq ($(subdir),math)
CPPFLAGS += -I../soft-fp
endif
|