Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.9-rc7 18 lines 571 B view raw
1 2obj-$(CONFIG_MATH_EMULATION) += fabs.o fadd.o fadds.o fcmpo.o fcmpu.o \ 3 fctiw.o fctiwz.o fdiv.o fdivs.o \ 4 fmadd.o fmadds.o fmsub.o fmsubs.o \ 5 fmul.o fmuls.o fnabs.o fneg.o \ 6 fnmadd.o fnmadds.o fnmsub.o fnmsubs.o \ 7 fres.o frsp.o frsqrte.o fsel.o lfs.o \ 8 fsqrt.o fsqrts.o fsub.o fsubs.o \ 9 mcrfs.o mffs.o mtfsb0.o mtfsb1.o \ 10 mtfsf.o mtfsfi.o stfiwx.o stfs.o \ 11 math.o fmr.o lfd.o stfd.o 12 13obj-$(CONFIG_SPE) += math_efp.o 14 15CFLAGS_fabs.o = -fno-builtin-fabs 16CFLAGS_math.o = -fno-builtin-fabs 17 18ccflags-y = -I. -Iinclude/math-emu -w