]> Nick Gasson's Git Repositories - nvc.git/commit
Add a framework for optimised implementations of standard functions
authorNick Gasson <nick@nickg.me.uk>
Mon, 22 May 2023 21:27:26 +0000 (22:27 +0100)
committerNick Gasson <nick@nickg.me.uk>
Tue, 29 Aug 2023 21:02:23 +0000 (22:02 +0100)
commit03748bfea0abfbbc0f43bf6a5a7fe8b80c9eed4f
tree3d79199ddf73b584faea5af84a008c0eb7a58e63
parentaa0c65b6a8960d7eaea0bc8601415366eac668fc
Add a framework for optimised implementations of standard functions
21 files changed:
.github/workflows/build-test.yml
configure.ac
src/jit/Makemodule.am
src/jit/jit-core.c
src/jit/jit-intrin.c [new file with mode: 0644]
src/jit/jit-llvm.c
src/jit/jit-priv.h
src/option.c
src/option.h
test/jitperf.c
test/perf/numeric_std.vhd
test/perf/std_logic.vhd [new file with mode: 0644]
test/regress/gold/ieee11.txt [new file with mode: 0644]
test/regress/gold/ieee12.txt [new file with mode: 0644]
test/regress/gold/ieee13.txt [new file with mode: 0644]
test/regress/gold/ieee14.txt [new file with mode: 0644]
test/regress/ieee11.vhd [new file with mode: 0644]
test/regress/ieee12.vhd [new file with mode: 0644]
test/regress/ieee13.vhd [new file with mode: 0644]
test/regress/ieee14.vhd [new file with mode: 0644]
test/regress/testlist.txt