jitters: jit: add JIT function

This commit is contained in:
Bruno BELANYI 2020-09-29 18:21:43 +02:00
parent 938dddc43a
commit 1a1148b2b2
6 changed files with 292 additions and 6 deletions

5
src/jit/local.am Normal file
View file

@ -0,0 +1,5 @@
jitters_SOURCES += \
%D%/jitter.c \
%D%/jitter.h \
%D%/vector.h \
$(NULL)