Easiest solution: use old anoth architecture that most machines can run it (e.g. -march=broadwell).
Alternatively: compile multiple versions with different -march, choose on runtime.
-march=native is set in meson.build line 41 in lc0 source
Reference links: