[gs-commits] ghostpdl branch, master, updated. jbig2dec-0.14-1660-g61cff64

[email protected] (Robin Watts)
Newsgroups gmane.comp.printing.ghostscript.cvs
Message-ID <[email protected]>
The ghostpdl branch, master has been updated
       via  61cff6434022bb4c444bd500da0628302abfb35e (commit)
      from  be793aa94180e06135fd7fec36b6f6ab9ab67519 (commit)

----------------------------------------------------------------------
commit 61cff6434022bb4c444bd500da0628302abfb35e
Author: Robin Watts <[email protected]>
Date:   Tue Sep 10 14:22:32 2019 +0100

    Update CAL makefile for NEON cms functions.

diff --git a/base/cal.mak b/base/cal.mak
index b0bf5bd..b6d602c 100644
--- a/base/cal.mak
+++ b/base/cal.mak
@@ -58,6 +58,7 @@ cal_OBJS = \
 	$(CAL_OBJ)$(CAL_PREFIX)blend.$(OBJ)	\
 	$(CAL_OBJ)$(CAL_PREFIX)cmsavx2.$(OBJ)	\
 	$(CAL_OBJ)$(CAL_PREFIX)cmssse42.$(OBJ)	\
+	$(CAL_OBJ)$(CAL_PREFIX)cmsneon.$(OBJ)	\
 	$(CAL_OBJ)$(CAL_PREFIX)lcms2mt_cal.$(OBJ)
 
 cal_HDRS = \
@@ -101,6 +102,9 @@ $(CAL_OBJ)$(CAL_PREFIX)cmsavx2.$(OBJ) : $(CAL_SRC)cmsavx2.c $(cal_HDRS) $(CAL_DE
 $(CAL_OBJ)$(CAL_PREFIX)cmssse42.$(OBJ) : $(CAL_SRC)cmssse42.c $(cal_HDRS) $(CAL_DEP)
 	$(CAL_CC) $(CAL_SSE4_2_CFLAGS) $(I_)$(LCMS2MTSRCDIR)$(D)include $(I_)$(LCMS2MTSRCDIR)$(D)src $(CAL_O)cmssse42.$(OBJ) $(C_) $(CAL_SRC)cmssse42.c
 
+$(CAL_OBJ)$(CAL_PREFIX)cmsneon.$(OBJ) : $(CAL_SRC)cmsneon.c $(cal_HDRS) $(CAL_DEP)
+	$(CAL_CC) $(CAL_SSE4_2_CFLAGS) $(CAL_NEON_CFLAGS) $(CAL_O)cmsneon.$(OBJ) $(C_) $(CAL_SRC)cmsneon.c
+
 $(CAL_OBJ)$(CAL_PREFIX)lcms2mt_cal.$(OBJ) : $(CAL_SRC)lcms2mt_cal.c $(cal_HDRS) $(CAL_DEP) $(gsmemory_h)
 	$(CAL_CC) $(I_)$(LCMS2MTSRCDIR)$(D)include $(I_)$(GLSRC) $(I_)$(LCMS2MTSRCDIR)$(D)src $(CAL_O)lcms2mt_cal.$(OBJ) $(C_) $(CAL_SRC)lcms2mt_cal.c
 


Summary of changes:
 base/cal.mak | 4 ++++
 1 file changed, 4 insertions(+)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.