squeaky-pl / japronto

Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.
MIT License
8.61k stars 581 forks source link

ARM architecture support #137

Open ghost opened 5 years ago

ghost commented 5 years ago

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

junbaibai0719 commented 2 years ago

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 commented 2 years ago

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.