From a3394f4a12db2bbbcd3ed806f2b89106f5f1c501 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 25 Oct 2013 01:44:57 +0000 Subject: Change references to MMX to SSE to match actual code git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2025 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/libpbm3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libpbm3.c') diff --git a/lib/libpbm3.c b/lib/libpbm3.c index d6a953c2..3d846962 100644 --- a/lib/libpbm3.c +++ b/lib/libpbm3.c @@ -27,7 +27,7 @@ to make PBM raster processing faster. GCC only. The GNU Compiler -msse2 option makes SSE/SSE2 available. - For x86-32 with MMX/SSE, "-msse2" must be explicitly given. + For x86-32 with SSE, "-msse2" must be explicitly given. For x86-64 and AMD64, "-msse2" is the default (from Gcc v.4.) */ -- cgit 1.4.1