18/10/2021 14:28, Kevin Laatz: > --- a/drivers/dma/idxd/meson.build > +++ b/drivers/dma/idxd/meson.build > +cflags += '-mavx2' # all platforms with idxd HW support AVX
It would work only if the driver was disabled on non-x86 targets. For now it produces: aarch64-linux-gnu-gcc: error: unrecognized command-line option '-mavx2'