Skip to content

Commit 3268716

Browse files
heyuanjie87Rbb666
authored andcommitted
[libcpu][riscv]virt64使用通用vector支持代码
1 parent 6f68ca7 commit 3268716

File tree

4 files changed

+2
-209
lines changed

4 files changed

+2
-209
lines changed

libcpu/risc-v/virt64/SConscript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ cwd = GetCurrentDir()
55
src = Glob('*.c') + Glob('*.cpp') + Glob('*_gcc.S')
66
CPPPATH = [cwd]
77

8-
if not GetDepend('ARCH_RISCV_VECTOR'):
9-
SrcRemove(src, ['vector_gcc.S'])
8+
if GetDepend('ARCH_RISCV_VECTOR'):
9+
CPPPATH += [cwd + '/../vector/rvv-1.0']
1010

1111
group = DefineGroup('libcpu', src, depend = [''], CPPPATH = CPPPATH)
1212

libcpu/risc-v/virt64/rvv_context.h

Lines changed: 0 additions & 111 deletions
This file was deleted.

libcpu/risc-v/virt64/vector_encoding.h

Lines changed: 0 additions & 51 deletions
This file was deleted.

libcpu/risc-v/virt64/vector_gcc.S

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)