squeaky-pl/japronto

ARM architecture support

Opened this issue · 2 comments

You can try https://github.com/nemequ/simde for easy transfer of SSE / AVX instructions to ARM.

I edit the code
build.py
image
picohttpparser.c
image
image
cpu_features.c
image

then,compile it in raspberry
image
image

and run it
image

but
image

Today, I finally know why I can't compile in arm.
Because I didn't use -fsigned-char and simde didn't have _ mm_ cmpestri.