Skip to content

kolla: nova: nova-compute: add sse4_2 cpu flag

Eliott Bouhana requested to merge add-sse4_2-instructions into main

What

SSE4 is a SIMD cpu instruction set a little older than AVX but still used as much as AVX.

Why

This is used heavily by Redpanda. Redpanda is the broker we use for our tests and is already integrated with Quarkus, bypassing it seems very difficult.

Merge request reports