Skip to content

orcc: Don't set "sse" as default target

Sebastian Dröge requested to merge slomo/orc:orcc-target-default into main

Otherwise AVX is never selected, and on non-x86 there would always be a warning about the SSE target not being available and executable.

This was broken in !143 (merged)

CC @turran

Merge request reports