When including `Vc.h`, ROOT Math disables several compiler diagnostics to avoid warnings in the CI and nightlies: https://github.com/root-project/root/blob/0fd27057b7b25e777ea642dfcc216ab27a6ece0d/math/mathcore/inc/Math/Types.h It would be good if any warnings can be avoided in upstream veccore, such that we don't need this hack in ROOT. See also https://github.com/root-project/veccore/issues/24.