summary refs log tree commit diff stats
path: root/results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/2304
blob: 505273cc36be2e6f85b5f53316a02a3e47fb7f27 (plain) (blame)
1
2
3
The issue reported is about incorrect handling of SVE and SVE2 features when disabling SVE using `-cpu max,sve=off`. The problem arises because QEMU still advertises SVE2 as enabled even after disabling SVE, leading to an inconsistent state in the CPU feature set advertised via `getauxval`.

**Category:** runtime