I have the following resolve-march-native output:
computer 1: -march=skylake -mabm -mno-sgx --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=16384
computer 2: -march=sandybridge -maes --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=3072
Are these flags a good choice for binary package server: -march=sandybridge -maes -O2 -pipe ?
-march=sandybridge seems to be subset of -march=skylake but i'm not sure about -maes both cpus seems to support aes instructions but -maes is not listed on computer 1's resolve-march-native output

