mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 12:57:23 -04:00
Makefile for all fp testvectors
This commit is contained in:
parent
7071d15341
commit
cc92cb125f
1 changed files with 9 additions and 0 deletions
9
tests/fp/vectors/Makefile
Normal file
9
tests/fp/vectors/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
all: ieee riscv
|
||||
|
||||
.PHONY: ieee riscv
|
||||
|
||||
ieee:
|
||||
$(MAKE) -C ieee
|
||||
|
||||
riscv:
|
||||
$(MAKE) -C riscv
|
Loading…
Add table
Add a link
Reference in a new issue