mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Use immintrin, tweak checks for SSE4, SSSE3
This commit is contained in:
@@ -14,11 +14,7 @@
|
||||
|
||||
#if PNG_INTEL_SSE_OPT > 0
|
||||
|
||||
#if defined(_MSC_VER) && defined(_WIN64)
|
||||
#include <intrin.h>
|
||||
#else
|
||||
#include <x86intrin.h>
|
||||
#endif
|
||||
#include <immintrin.h>
|
||||
|
||||
// Functions in this file look at most 3 pixels (a,b,c) to predict the 4th (d).
|
||||
// They're positioned like this:
|
||||
|
||||
Reference in New Issue
Block a user