mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-10 13:40:25 +00:00
inline, which requires observing rounding modes properly for fadd. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5612
25 lines
888 B
Makefile
25 lines
888 B
Makefile
|
|
noinst_SCRIPTS = filter_stderr
|
|
|
|
EXTRA_DIST = $(noinst_SCRIPTS) \
|
|
lsw.stderr.exp lsw.stdout.exp lsw.vgtest \
|
|
jm-int.stderr.exp jm-int.stdout.exp jm-int.vgtest \
|
|
jm-fp.stderr.exp jm-fp.stdout.exp jm-fp.vgtest \
|
|
jm-vmx.stderr.exp jm-vmx.stdout.exp jm-vmx.vgtest \
|
|
test_fx.stderr.exp test_fx.stdout.exp test_fx.vgtest \
|
|
test_gx.stderr.exp test_gx.stdout.exp test_gx.vgtest \
|
|
testVMX.stderr.exp testVMX.stdout.exp testVMX.vgtest \
|
|
xlc_dbl_u32.stderr.exp xlc_dbl_u32.stdout.exp xlc_dbl_u32.vgtest
|
|
|
|
check_PROGRAMS = \
|
|
lsw jm-insns test_fx test_gx testVMX xlc_dbl_u32
|
|
|
|
AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g -I$(top_srcdir)/include \
|
|
@FLAG_M32@
|
|
AM_CXXFLAGS = $(AM_CFLAGS) @FLAG_M32@
|
|
|
|
jm_insns_CFLAGS = -Winline -Wall -O -mregnames \
|
|
-DHAS_ALTIVEC -maltivec @FLAG_M32@
|
|
testVMX_CFLAGS = -O -g -Wall -maltivec -mabi=altivec -DALTIVEC \
|
|
-DGCC_COMPILER @FLAG_M32@
|