Displaying 2 results from an estimated 2 matches for "ssse2".
Did you mean:
sse2
2020 Apr 19
0
[ANNOUNCE] pixman release 0.40.0 now available
...ew (2):
Explicitly cast byte to uint32_t before left-shifting.
Avoid undefined behavior (left-shifting negative value) in pixman_int_to_
Khem Raj (1):
test/utils: Check for FE_INVALID definition before use
Mathieu Duponchelle (2):
meson: finish porting over mmx and ssse2 flags for sun and msvc
meson: add missing function check (getisax)
Matt Turner (7):
Post-release version bump to 0.38.5
lowlevel-blt-bench: Remove unused variable
loongson: Avoid C90 mixing-code-and-decls warning
Distribute the blue-noise files
Build xz...
2020 May 19
5
[PATCHv2] SSE2/SSSE3 optimized version of get_checksum1() for x86-64
I've read up some more on the subject, and it seems the proper way to
do this with GCC is g++ and target attributes. I've refactored the
patch that way, and it indeed uses SSSE3 automatically on supporting
CPUs, regardless of the build host, so this should be ideal both for
home builders and distros.
Getting the code to build right in c++ mode (checksum_sse2.cpp only)
was a bit of an