japronto icon indicating copy to clipboard operation
japronto copied to clipboard

ARM architecture support

Open ghost opened this issue 7 years ago • 2 comments

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

ghost avatar Oct 18 '18 17:10 ghost

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

junbaibai0719 avatar Jan 11 '22 10:01 junbaibai0719

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.

junbaibai0719 avatar Jun 26 '22 15:06 junbaibai0719