Skip to content

Commit

Permalink
use .word fo lsx/lasx insn
Browse files Browse the repository at this point in the history
  • Loading branch information
yetist committed Mar 10, 2023
1 parent 3df425d commit fd3037c
Show file tree
Hide file tree
Showing 3 changed files with 363 additions and 316 deletions.
6 changes: 4 additions & 2 deletions arch/loongarch/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,12 @@ config AS_HAS_EXPLICIT_RELOCS
def_bool $(as-instr,x:pcalau12i \$t0$(comma)%pc_hi20(x))

config CC_HAS_LSX_VECTORS
def_bool $(cc-option,-mlsx)
bool
default y

config CC_HAS_LASX_VECTORS
def_bool $(cc-option,-mlasx)
bool
default y

config HARDWARE_WATCHPOINTS
bool
Expand Down
Loading

0 comments on commit fd3037c

Please sign in to comment.