IP parsing C accelerated, use bytes everywhere
This commit is contained in:
parent
7937496882
commit
55877be891
6 changed files with 73 additions and 21 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
libaccel.so: accel.o
|
||||
clang -shared -Wl,-soname,libaccel.so -o libaccel.so accel.o
|
||||
|
||||
accel.o: accel.c
|
||||
clang -c -fPIC -O3 accel.c -o accel.o
|
Loading…
Add table
Add a link
Reference in a new issue