- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi:
I would like to use IppStatus ippGetCpuType(void ), I found that the function is just return type, instead of model.
for example, my CPU is duel core E6500 2.93GHz.
The model is ippCpuC2D (or ippCpuCoreDuo ), but the return is ippCpuSSSE3.
Then move to atom platform, it returns ippCpuBonnell.
In AMD althon II 215, it returns ippCpuSSSE3. (of course)
So, may I ask, what desk cpu the ippGetCpuType would return mdel instead of type ?
thank you
I would like to use IppStatus ippGetCpuType(void ), I found that the function is just return type, instead of model.
for example, my CPU is duel core E6500 2.93GHz.
The model is ippCpuC2D (or ippCpuCoreDuo ), but the return is ippCpuSSSE3.
Then move to atom platform, it returns ippCpuBonnell.
In AMD althon II 215, it returns ippCpuSSSE3. (of course)
So, may I ask, what desk cpu the ippGetCpuType would return mdel instead of type ?
thank you
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Gaiger,
Confusing results. I will request clarification on exactly what to expect from this function.
Have you looked at the CPUID sample? It provides a significant amount of information about the platform you are running on.
Also, you might review the Common Functions pages in the reference manual, especially the ippGetCpuType and ippGetCpuFeatures pages.
Regards,
Paul
Confusing results. I will request clarification on exactly what to expect from this function.
Have you looked at the CPUID sample? It provides a significant amount of information about the platform you are running on.
Also, you might review the Common Functions pages in the reference manual, especially the ippGetCpuType and ippGetCpuFeatures pages.
Regards,
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Gaiger,
Some follow up regarding the confusing nature of the enumerations associated with the ippGetCpuType() function, from our engineering group.
Note that this function provides sufficient information to control library dispatching, nothing more, and is not intended to be used as a processor identification tool. For that it is best to use the CpuInfo sample or a third-party tool, like CPU-Z.
Regards,
Paul
Some follow up regarding the confusing nature of the enumerations associated with the ippGetCpuType() function, from our engineering group.
Note that this function provides sufficient information to control library dispatching, nothing more, and is not intended to be used as a processor identification tool. For that it is best to use the CpuInfo sample or a third-party tool, like CPU-Z.
Regards,
Paul
When this function was developed (1999) there were several cpu types and we could support all of them by names/models. Now Intel ships ~50 different cpu models. Since the purpose of this function is to direct library dispatching, we return only those features that are taken into account for that purpose.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page