Skip to content

Build docker images with AVX-2 support

Marcel Loose requested to merge RAP-721_use-target-cpu into master

By default, build non-portable Docker images for the oldest CPU that supports AVX-2, Intel's Haswell CPU. This CPU has been around since 2013, so this shouldn't pose too much of a problem, and the speed improvements are important.

Closes RAP-721

Merge request reports