You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to build MIRACL[https://github.com/miracl/MIRACL] with intel sgx sdk. But there was a error in mrgf2m.c which needs xmmintrin.h, but sgx sdk doesn't provide such header file. In libc, xmmintrin.h just provide some memory api, doesn't involve IO.
Is there any solution to this problem, thanks.
The text was updated successfully, but these errors were encountered:
Hi, I want to build MIRACL[https://github.com/miracl/MIRACL] with intel sgx sdk. But there was a error in mrgf2m.c which needs xmmintrin.h, but sgx sdk doesn't provide such header file. In libc, xmmintrin.h just provide some memory api, doesn't involve IO.
Is there any solution to this problem, thanks.
The text was updated successfully, but these errors were encountered: