stdlib: Turn off RVV for U74 core

The U74 core doesn't support vector instructions.

Change-Id: Iadfb6b43ef8c62dcad23391e468a43b908e4a22c
Signed-off-by: Hoa Nguyen <hn@hnpl.org>
This commit is contained in:
Hoa Nguyen
2023-10-15 19:42:35 -07:00
parent 4f72f6172a
commit dce8d07703

View File

@@ -214,3 +214,4 @@ class U74Core(BaseCPUCore):
core_id,
):
super().__init__(core=U74CPU(cpu_id=core_id), isa=ISA.RISCV)
self.core.isa[0].enable_rvv = False