Skip to content

cmake: add fallback for non-SSE2 builds

David Heidelberg requested to merge dh/piglit:non-sse2-precision into main

Since piglit is highly tied to correct calculation, rather slowdown on non-SSE2 builds than produce incorrect results.

Signed-off-by: David Heidelberg david.heidelberg@collabora.com

/cc @illia.abernikhin # would it still solve the issue for you even without SSE2 now?

Merge request reports