https://bugs.kde.org/show_bug.cgi?id=518219
--- Comment #6 from Mark Wielaard <[email protected]> --- (In reply to Alexandra Hajkova from comment #4) > (In reply to Mark Wielaard from comment #2) > > Created attachment 194660 [details] > > Add DPPS SSE4.1 support for x86 > > Hi Mark, > > I think the patch looks great, > the only thing is, I think we prefer > to declare tests as static inline > to prevent some compilers from complaining. Agreed, fixed that and pushed as: commit d652fb33f8019e24971b39c88109c3923022f652 Author: Mark Wielaard <[email protected]> Date: Thu Jul 16 20:51:44 2026 +0200 Add DPPS SSE4.1 support for x86 Port amd64 DPPS handling to x86, inline math_DPPS_128 for x86 variant since there are no other callers. Move test_DPPS from none/tests/amd64/sse4-64.c to none/tests/sse4-common.h. Add test_DPPS call to none/tests/x86/sse4-x86.c. Add new dpps expects to none/tests/x86/sse4-x86.stdout.exp. https://bugs.kde.org/show_bug.cgi?id=518219 -- You are receiving this mail because: You are watching all bug changes.
