18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_cimath-emu-common-objs = math.o fre.o fsqrt.o fsqrts.o frsqrtes.o mtfsf.o mtfsfi.o 38c2ecf20Sopenharmony_ciobj-$(CONFIG_MATH_EMULATION_HW_UNIMPLEMENTED) += $(math-emu-common-objs) 48c2ecf20Sopenharmony_ciobj-$(CONFIG_MATH_EMULATION_FULL) += $(math-emu-common-objs) fabs.o fadd.o \ 58c2ecf20Sopenharmony_ci fadds.o fcmpo.o fcmpu.o fctiw.o \ 68c2ecf20Sopenharmony_ci fctiwz.o fdiv.o fdivs.o fmadd.o \ 78c2ecf20Sopenharmony_ci fmadds.o fmsub.o fmsubs.o fmul.o \ 88c2ecf20Sopenharmony_ci fmuls.o fnabs.o fneg.o fnmadd.o \ 98c2ecf20Sopenharmony_ci fnmadds.o fnmsub.o fnmsubs.o fres.o \ 108c2ecf20Sopenharmony_ci frsp.o fsel.o lfs.o frsqrte.o fsub.o \ 118c2ecf20Sopenharmony_ci fsubs.o mcrfs.o mffs.o mtfsb0.o \ 128c2ecf20Sopenharmony_ci mtfsb1.o stfiwx.o stfs.o math.o \ 138c2ecf20Sopenharmony_ci fmr.o lfd.o stfd.o 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ciobj-$(CONFIG_SPE) += math_efp.o 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ciCFLAGS_fabs.o = -fno-builtin-fabs 188c2ecf20Sopenharmony_ciCFLAGS_math.o = -fno-builtin-fabs 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ciccflags-y = -w 21