summaryrefslogtreecommitdiff
path: root/contrib/intel/intel_init.c
AgeCommit message (Collapse)Author
2017-01-05[libpng16] Moved SSE2 optimization code into the main libpng source directory.Glenn Randers-Pehrson
Configure libpng with "configure --enable-intel-sse" or compile libpng with "-DPNG_INTEL_SSE" in CPPFLAGS to enable it. This patch was previously applied to libpng-1.6.28rc03 but withdrawn to allow time for QA.
2017-01-03[libpng16] Imported from libpng-1.6.28rc03.tarGlenn Randers-Pehrson
2017-01-03[libpng16] Moved SSE2 optimization code into the main libpng source directory.Glenn Randers-Pehrson
Configure libpng with "configure --enable-intel-see" or compile libpng with "-DPNG_INTEL_SSE" in CPPFLAGS to enable it.
2016-05-26[libpng16] Imported from libpng-1.6.22.tarGlenn Randers-Pehrson
2016-04-05[libpng16] Eliminated PNG_NO_INTEL_SSE_3BPP which was just for testing.Glenn Randers-Pehrson
2016-02-22[libpng16] Fixed cut-and-paste errors in the new intel_sse.patchGlenn Randers-Pehrson
and added PNG_NO_INTEL_SSE_3BPP macro.
2016-02-19[libpng16] Added pngdebug() statements to the new intel code and the arm code.Glenn Randers-Pehrson
2016-02-19[libpng16] Fix copyright in sse code, use C-style commentsGlenn Randers-Pehrson
2016-02-18[libpng16] Added contrib/intel/INSTALLGlenn Randers-Pehrson
2016-02-18[libpng16] Fixed include directives in two new intel files to reflectGlenn Randers-Pehrson
their new location in contrib/intel/* (was intel/*)
2016-02-18Move sse opts into contrib/intelMatt Sarett