dysfun@treehouse.systems ("gaytabase") wrote:
imagine for example, that you wish to build versions with optional SVE, because vectors good. as far as i can tell, to do that, i have to know which version you are targeting because i cannot sniff it fully. why do i have to know? because on aarch64, you specify optional features with -march=target+feat1+feat2. how do i fill in target? or am i supposed to just build for the 18 different arm base targets and for each of those all the optional features?
i do not think so.