mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
920da584af
commit
92390187ff
1 changed files with 1 additions and 1 deletions
2
third_party/Makefile
vendored
2
third_party/Makefile
vendored
|
@ -6,7 +6,7 @@ softfloat:
|
|||
SPECIALIZE_TYPE=RISCV SOFTFLOAT_OPTS="-fPIC -DSOFTFLOAT_ROUND_ODD -DINLINE_LEVEL=5 -DSOFTFLOAT_FAST_DIV32TO16 -DSOFTFLOAT_FAST_DIV64TO32" $(MAKE) -C softfloat/build/Linux-x86_64-GCC
|
||||
|
||||
ramulator:
|
||||
cd ramulator && mkdir -p build && cd build && cmake .. && make -j
|
||||
cd ramulator && mkdir -p build && cd build && cmake .. && make -j4
|
||||
|
||||
clean:
|
||||
$(MAKE) -C softfloat/build/Linux-x86_64-GCC clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue