|
@@ -59,12 +59,14 @@ config BR2_LOONGARCH_SIMD_NONE
|
|
|
|
|
|
config BR2_LOONGARCH_SIMD_LSX
|
|
config BR2_LOONGARCH_SIMD_LSX
|
|
bool "LSX"
|
|
bool "LSX"
|
|
|
|
+ depends on BR2_LOONGARCH_FPU_64
|
|
help
|
|
help
|
|
Enable generating instructions from the 128-bit LoongArch SIMD
|
|
Enable generating instructions from the 128-bit LoongArch SIMD
|
|
Extension (LSX).
|
|
Extension (LSX).
|
|
|
|
|
|
config BR2_LOONGARCH_SIMD_LASX
|
|
config BR2_LOONGARCH_SIMD_LASX
|
|
bool "LASX"
|
|
bool "LASX"
|
|
|
|
+ depends on BR2_LOONGARCH_FPU_64
|
|
help
|
|
help
|
|
Enable generating instructions from the 256-bit LoongArch
|
|
Enable generating instructions from the 256-bit LoongArch
|
|
Advanced SIMD Extension (LASX) and the 128-bit LoongArch
|
|
Advanced SIMD Extension (LASX) and the 128-bit LoongArch
|