add operators library to contain operator-overloads of +/-/*/div/>/>= etc
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 10 Oct 2018 08:49:43 +0000 (09:49 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 10 Oct 2018 08:49:43 +0000 (09:49 +0100)
commit76741f66364651749e7dfbd857df335656a30dee
tree3f1acbdf99de0ec207294ed1b05accde77575a5b
parent1cc9962a861f9634db1d29ddd9628fef5f139098
add operators library to contain operator-overloads of +/-/*/div/>/>= etc

for all types int8, uint8, float16_t, float32_t etc.

all to be template-ified
Makefile.in
config.h.in
configure
configure.ac
operators/operators.ac [new file with mode: 0644]
operators/operators.cc [new file with mode: 0644]
operators/operators.h [new file with mode: 0644]
operators/operators.mk.in [new file with mode: 0644]
operators/operators.t.cc [new file with mode: 0644]
riscv-operators.pc.in [new file with mode: 0644]