h2o / picotls

TLS 1.3 implementation in C (master supports RFC8446 as well as draft-26, -27, -28)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[mips] compile error emmintrin.h: No such file or directory

Azureit opened this issue · comments

Can't compile using a mips processor, with debian 10

/picotls/include/picotls/fusion.h:30:10: fatal error: emmintrin.h: No such file or directory
#include <emmintrin.h>
^~~~~~~~~~~~~

It seems only support X86.