hi, when attempting to compile gcc i run into an issue where it complains that -march=native cannot be resolved because my processor is a hybrid architecture, and it recommends the use of resolve-march-native (with a warning that it'll have different output depending on the core that runs it
this is indeed the case, and the line size of the l1 cache along with the regular size alternate between two different values (presumably for the P and E cores)
which value should i go with? one core type has a line size of 48 and the other has a line size of 32, would the bigger one be more optimal or dangerous or