Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - C index
The Linux kernel configuration item CONFIG_CPU_HAS_MSA
has multiple definitions:
arch/mips/Kconfig
The configuration item CONFIG_CPU_HAS_MSA:
( CONFIG_CPU_SUPPORTS_MSA ) && ( CONFIG_MIPS_FP_SUPPORT ) && ( CONFIG_64BIT || CONFIG_MIPS_O32_FP64_SUPPORT )
MIPS SIMD Architecture (MSA) introduces 128 bit wide vector registers and a set of SIMD instructions to operate on them. When this option is enabled the kernel will support allocating & switching MSA vector register contexts. If you know that your kernel will only be running on CPUs which do not support MSA or that your userland will not be making use of it then you may wish to say N here to reduce the size & complexity of your kernel.
If unsure, say Y.
arch/mips/Kconfig
The configuration item CONFIG_CPU_HAS_MSA:
( CONFIG_CPU_SUPPORTS_MSA ) && ( CONFIG_64BIT || CONFIG_MIPS_O32_FP64_SUPPORT )
MIPS SIMD Architecture (MSA) introduces 128 bit wide vector registers and a set of SIMD instructions to operate on them. When this option is enabled the kernel will support allocating & switching MSA vector register contexts. If you know that your kernel will only be running on CPUs which do not support MSA or that your userland will not be making use of it then you may wish to say N here to reduce the size & complexity of your kernel.
If unsure, say Y.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - C index
Automatically generated (in year 2025). See also LKDDb sources on GitLab