I have an application that was developed for Sandbridge processors using SSE for AVX, now I want the same application to run on Atom processors.
I recently browsed the network for internal support for Atom cloverview processors. Every time he mentions this, he supports SSE3.
But this means that it only supports up to SSE3 or additional SSE3 is included in SSE3.
The Intel Atom Architecture Guide states that all Atom processors support unidirectional extensions with multiple instructions up to SSE3 and SSSE3.
Can someone give me some clarity regarding the above as I am developing an application and I am not sure if SSSE3 should be included in my application.
If Intel Atom supports SSSE3, this will ease my pain.
Thanks in advance.
source
share