[libcpu/risc-v][K210] add FPU support

This commit is contained in:
tangweikang
2020-11-20 13:53:50 +08:00
parent 9dc0bbb814
commit c8deffcf56
5 changed files with 173 additions and 1 deletions
+8
View File
@@ -106,6 +106,14 @@ config ARCH_RISCV
config ARCH_RISCV_FPU
bool
config ARCH_RISCV_FPU_S
select ARCH_RISCV_FPU
bool
config ARCH_RISCV_FPU_D
select ARCH_RISCV_FPU
bool
config ARCH_RISCV32
select ARCH_RISCV
bool