From 59498fa94e044604ace91a0f7dc06e8740e6cf9b Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 20 Oct 2013 20:00:51 +0000 Subject: Use interface for MMX SSE instrinsics instead of GCC-specific verisons git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2022 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- GNUmakefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index fec301d6..eaf81976 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -161,6 +161,11 @@ ifeq ($(HAVE_INT64),Y) else echo "#define HAVE_INT64 0" >>$@ endif +ifeq ($(WANT_MMX),Y) + echo "#define WANT_MMX 1" >>$@ +else + echo "#define WANT_MMX 0" >>$@ +endif ifeq ($(DONT_HAVE_PROCESS_MGMT),Y) echo "#define HAVE_FORK 0" >>$@ else -- cgit 1.4.1