Vortex 2.0 changes:
+ Microarchitecture optimizations + 64-bit support + Xilinx FPGA support + LLVM-16 support + Refactoring and quality control fixes minor update minor update minor update minor update minor update minor update cleanup cleanup cache bindings and memory perf refactory minor update minor update hw unit tests fixes minor update minor update minor update minor update minor update minor udpate minor update minor update minor update minor update minor update minor update minor update minor updates minor updates minor update minor update minor update minor update minor update minor update minor updates minor updates minor updates minor updates minor update minor update
This commit is contained in:
8
third_party/Makefile
vendored
8
third_party/Makefile
vendored
@@ -1,10 +1,7 @@
|
||||
all: fpnew cocogfx softfloat ramulator
|
||||
all: fpnew softfloat ramulator
|
||||
|
||||
fpnew:
|
||||
|
||||
cocogfx:
|
||||
$(MAKE) -C cocogfx
|
||||
|
||||
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
|
||||
|
||||
@@ -13,8 +10,7 @@ ramulator:
|
||||
$(MAKE) -C ramulator libramulator.a
|
||||
|
||||
clean:
|
||||
$(MAKE) -C cocogfx clean
|
||||
$(MAKE) -C softfloat/build/Linux-x86_64-GCC clean
|
||||
$(MAKE) -C ramulator clean
|
||||
|
||||
.PHONY: all fpnew cocogfx softfloat ramulator
|
||||
.PHONY: all fpnew softfloat ramulator
|
||||
1
third_party/cocogfx
vendored
1
third_party/cocogfx
vendored
Submodule third_party/cocogfx deleted from 7969f66e86
2
third_party/fpnew
vendored
2
third_party/fpnew
vendored
Submodule third_party/fpnew updated: 0bfbeede0e...79e4531390
2
third_party/ramulator
vendored
2
third_party/ramulator
vendored
Submodule third_party/ramulator updated: 4edcb0d05a...214f635845
2
third_party/softfloat
vendored
2
third_party/softfloat
vendored
Submodule third_party/softfloat updated: b64af41c32...eb498c55ba
Reference in New Issue
Block a user