Hi all,
I have a i7-Q720 cpu.But when i run the code that is in attachment and i find it in the Intel Ipp7.1 users guide,i see wrong informations.According to the code's output,my cpu does not support SSE2,SSE3,SSSE3,SSE41 and SSE42.But according to the intel web page(http://ark.intel.com/products/43122/Intel-Core-i7-720QM-Processor-6M-Cache-1_60-GHz), i have SSE42 instruction set.I use visual studio 12 and ipp7.1.1(r37466).What is the reason of this situation???
Adem Metin CALI
链接已复制
Hi Sergey,
First of all thanks for your interest.I looked in ippcore.h and i understand what you meant.When i run the program with default linking method and multithreaded static library,i get wrong results,but when i run the program with single threaded static library, iget right result.Is it about that multithreaded static library is deprecated???
Adem Metin CALI
No Sergey, results are not identical,i checked it twice.When i run the program with default linking method or multithreaded static linking,i get wrong results.But when irun the program with single threaded linking method,i get the right results.
Adem Metin CALI
Hi Sergey,
According to Intel Integrated Performance Primitives for Windows* OS User's Guide IPP7.1 (318254-016US) on page 15 and 16,the output of the example code is the hardware optimizations used by this library layer.Actually, i want to see the supported intel cpu instruction sets because my cpu is older than ipp version.
I know that this question is irrelevant but why do you use scope resolution operator with ippInit function??? does it have a special purpose???As i know ipp is a C library and every function that you include in your source file is in global scope.In addition scope resolution operator is a C++ operator. Thanks again for your interest.With my best regard.
Adem Metin CALI
Ok, I understood that ippGetEnabledCpuFeatures gives the supported cpu features for library and ippGetCpuFeatures gives the cpu features.My first question is that am i wrong for my first sentence and second question is that does intel gurantees performance with a upper instruction set ???
Adem Metin CALI
