Answer the question
In order to leave comments, you need to log in
How to understand whether your program will support non-SSE2 processors?
Let's say I write a program in any language using any compiler. How can I find out if this program will work on processors without SSE2?
Answer the question
In order to leave comments, you need to log in
In order for the program to start using sse2, you need to either use sse2 with assembler inserts, or enable the appropriate optimization option on the compiler. Also, sse2 can be used by brought dependencies. See the documentation for the libraries and compiler you are going to use.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question