Skip to content

Build for specific target cpu

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

Build docker images for a specific target CPU: Haswell

Rationale: We chose to trade a bit of portability for performance, and selected the oldest CPU architecture that supports AVX-2. This means that our Docker images will no longer work on CPU's from, roughly, before 2014.

Closes RAP-720

Merge request reports