We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d8c6e commit ca32bafCopy full SHA for ca32baf
3 files changed
arch/loongarch/Kconfig
@@ -261,10 +261,12 @@ config AS_HAS_EXPLICIT_RELOCS
261
def_bool $(as-instr,x:pcalau12i \$t0$(comma)%pc_hi20(x))
262
263
config CC_HAS_LSX_VECTORS
264
- def_bool $(cc-option,-mlsx)
+ bool
265
+ default y
266
267
config CC_HAS_LASX_VECTORS
- def_bool $(cc-option,-mlasx)
268
269
270
271
menu "Kernel type and options"
272
0 commit comments