mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
Minor bug fixes
This commit is contained in:
parent
7e3a2fdb0f
commit
4cf596338d
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef FLEN
|
||||
#define FLEN 32
|
||||
#define FLEN XLEN
|
||||
#endif
|
||||
|
||||
#if XLEN == 32
|
||||
|
|
|
@ -27,7 +27,7 @@ LDFLAGS += -lm -Wl,-Bstatic,-T,$(VORTEX_RT_PATH)/linker/vx_link$(XLEN).ld -Wl,--
|
|||
|
||||
PROJECT = simple
|
||||
|
||||
SRCS = main.cpp
|
||||
SRCS = main.cpp tests.cpp
|
||||
|
||||
all: $(PROJECT).elf $(PROJECT).bin $(PROJECT).dump
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue