From 0d513aca5cbbb8db0a9d127e101ac3b534cc8bf0 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 28 Jun 2023 17:21:21 +0000 Subject: promote Stable to Super Stable git-svn-id: http://svn.code.sf.net/p/netpbm/code/super_stable@4557 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- editor/pnminvert.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editor/pnminvert.c') diff --git a/editor/pnminvert.c b/editor/pnminvert.c index 4bee8837..d4aad503 100644 --- a/editor/pnminvert.c +++ b/editor/pnminvert.c @@ -16,8 +16,8 @@ implements the for statements in our algorithm with instructions that do 16 bytes at a time on CPUs that have them (movdqa on x86). This is "tree vectorization." A more primitive compiler will do one byte at a time; we - could change the code to use libnetpbm's wordaccess.h facility and it will - do one word at a time. (But we don't think it's worth complicating the + could change the code to use uint32_t or uint64_t and it will do four or + eight bytes at a time. (But we don't think it's worth complicating the code for that). */ -- cgit 1.4.1