Disable AVX / AVX2 on Openssl #371
-
Hello, I'm trying to disable AVX / AVX2 instructions. I've researched online and throughout the repo, and found the following command to try but it didn't seem to work after executing it and recompiling.
I'm looking for any suggestions that might help me achieve this functionality. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This looks like a general (upstream) OpenSSL question. Further looking at the command above, the ":" seems odd: Are you sure that syntax is right? Lastly, if you compile OpenSSL on a platform without AVX(2) support, those instructions should not be compiled in, right? |
Beta Was this translation helpful? Give feedback.
This looks like a general (upstream) OpenSSL question. Further looking at the command above, the ":" seems odd: Are you sure that syntax is right? Lastly, if you compile OpenSSL on a platform without AVX(2) support, those instructions should not be compiled in, right?