I have an Intel CPU but I want to compile an optimized binary for AMD (x86_64) which may have a different CPU instruction set (e.g. avx512 or avx512bw) and I don't want to use "-Dplatform=generic". How can I achieve that?