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
Hello, I would like to inquire about SGX's support for SIMD instruction sets. Specifically, can programs running within SGX use all SIMD instructions supported by the processor? Is it possible to access all XMM or YMM registers?
The text was updated successfully, but these errors were encountered:
yes, this is possible. The compiler uses all optimizations it knows regarding SIMD. If you include the AVX headers in your project (they are not in the include path for SGX projects by default), you can also program with the intrinsics available on your platform.
Hello, I would like to inquire about SGX's support for SIMD instruction sets. Specifically, can programs running within SGX use all SIMD instructions supported by the processor? Is it possible to access all XMM or YMM registers?
The text was updated successfully, but these errors were encountered: