add a more direct calling of fpu functions (dynamic core, thanks to kekko!); avoid temporary storing of fpu values for eatree functions (x86 fpu only) Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2644
5 lines
157 B
Makefile
5 lines
157 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
noinst_LIBRARIES = libfpu.a
|
|
libfpu_a_SOURCES = fpu.cpp fpu_instructions.h \
|
|
fpu_instructions_x86.h
|