On 2/17/22 18:24, Tobias Burnus wrote: > SM version (-misa=) > [Patch adds -misa=sm_70] > > * The compiler supports internally: SM_30, SM_35, SM_53, SM_70, SM_75, > SM_80. I'd formulate it like: it uses SM_70 internally to accurately formulate when certain insns can be used. > I think it makes sense to have sm_70 in addition: > * The current code actually does generate different code for >= sm_70 >   already. Agreed. I've committed this (with a somewhat shorter commit log), and a test-case update. Thanks, - Tom