Intel® Software Guard Extensions (Intel® SGX)
Discussion board focused on hardware-based isolation and memory encryption to provide extended code protection in solutions.

ERROR: mmintrin.h No such file or directory

Wu__Yuncheng
Beginner
878 Views

I want to use Eigen to execute matrix operations in sgx on ubuntu. I added the header "#include <Eigen/Dense>" in a simple example. But when compiling the program I got a fatal error: mmintrin.h: No such file or directory, where mmintrin.h is included in Eigen, and it seems to be a SSE2 in linux os. My question is: how to solve this problem or is it impossible to use this kind of linear algebra library in sgx?

Thanks in advance!

0 Kudos
0 Replies
Reply