commit | eea96d3f86cc1ff96447b6fc096bb5f371b938b6 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Mon Mar 20 16:56:53 2023 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Mon Mar 20 16:56:53 2023 +0100 |
tree | ae0c5a78bc18c3926b7964bb10ad2dda8400a9e8 | |
parent | ecb96e55497e44b6c0818553dcb86dfb96b8deef [diff] |
x86: VexVVVV is now merely a boolean With the SDM long having dropped the NDS/NDD/DDS concept of identifying encoding variants, we can finally do away with this concept as well. Of the few consumers of the attribute, only an assertion was still checking for a particular value, which we don't really need to retain. When touching lines anyway, modernize other aspects as well. This often improves similarity to adjacent lines.