From 4c8a550fae641115170e4fc9c1b1292834e0c6c0 Mon Sep 17 00:00:00 2001 From: xleroy Date: Thu, 31 Jul 2008 12:44:18 +0000 Subject: Flag to turn on/off the recognition of fused multiply-add and multiply-sub git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@706 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- test/c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/c') diff --git a/test/c/Makefile b/test/c/Makefile index c6cd928..bff6211 100644 --- a/test/c/Makefile +++ b/test/c/Makefile @@ -1,7 +1,7 @@ include ../../Makefile.config CCOMP=../../ccomp -CCOMPFLAGS=-stdlib ../../runtime -dclight -dasm +CCOMPFLAGS=-stdlib ../../runtime -fmadd -dclight -dasm CFLAGS=-O1 -Wall -- cgit v1.2.3