Displaying 1 result from an estimated 1 matches for "pabsd".
Did you mean:
pabs3
2013 Sep 28
4
PATCH: modify/add intrinsics code
...trin_sse41.c with two ..._wide_intrin_sse41() functions
(useful for 24-bit en-/decoding)
4. adds precompute_partition_info_sums_intrin_sse2() / ...ssse3() and
disables precompute_partition_info_sums_32bit_asm_ia32_().
SSE2 version uses 4 SSE2 instructions instead of 1 SSSE3 instruction PABSD
so it is slightly slower.
MSVS 2005 doesn't support SSSE3 and SSE4, and GCC compiles
everything with -msse2, so I wrapped SSSE3/SSE4.1 code with
#ifdef FLAC__SSEx_SUPPORTED ... #endif.
The code that defines FLAC__SSEx_SUPPORTED was added into share/compat.h
(anyone knows a better way...