summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/kernel/1754372
blob: 86fd39c39da6d71aac77e35355eeeff44312bf43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Set MIPS MSA in ELF Auxiliary Vectors

The MIPS MSA feature is currently not set in the ELF auxiliary vector.

That is, querying the AT_HWCAP key of the ELF auxiliary vectors for a MIPS CPU that has the MSA feature should return a value that has the second bit [0] set.

From [0], `HWCAP_MIPS_MSA` is defined to `1 << 1`.

[0]: https://github.com/torvalds/linux/blob/master/arch/mips/include/uapi/asm/hwcap.h