Commit f299f437 authored by Blue Swirl's avatar Blue Swirl
Browse files

x86: split off FPU helpers



Move FPU and MMX/SSE helpers to fpu_helpers.c.

Signed-off-by: default avatarBlue Swirl <blauwirbel@gmail.com>
parent e01d9d31
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
obj-y += translate.o op_helper.o helper.o cpu.o
obj-y += excp_helper.o
obj-y += excp_helper.o fpu_helper.o
obj-$(CONFIG_SOFTMMU) += machine.o arch_memory_mapping.o arch_dump.o
obj-$(CONFIG_KVM) += kvm.o hyperv.o
obj-$(CONFIG_LINUX_USER) += ioport-user.o
obj-$(CONFIG_BSD_USER) += ioport-user.o

$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
$(obj)/fpu_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
+1304 −0

File added.

Preview size limit exceeded, changes collapsed.

+197 −1474

File changed.

Preview size limit exceeded, changes collapsed.