Is it possible to force an instruction set extension? #8466
Answered
by
andrew11221
andrew11221
asked this question in
Other Q&A
-
I'm trying to support ORT C/C++ on a new platform, however when the below function runs, it wrongfully thinks the system supports AVX (leading all future MLAS functions to use the avx assembly later on). I want to force it to use SSE, how should I accomplish this? |
Beta Was this translation helpful? Give feedback.
Answered by
andrew11221
Jul 23, 2021
Replies: 1 comment
-
Resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
andrew11221
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Resolved.