- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi!
I know, that "How to call Intel AVX based code with Intel IPP version 6.1" [1] recommends to create ipp_g9/e9.h headers manually, but it looks like an omission the tools/staticlib/ headers for Sandy Bridge are still not present in latest IPP 7.0 update 2...?
Could you also please clarify the status of px and mx cores in IPP 7.0?
[1] http://software.intel.com/en-us/articles/How-to-call-AVX-based-code-in-IPP-v-6-1/
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
IPP 6.1 has support AVX optimization before actual hardware launch, that was a reason some specific steps to call AVX code in 6.1 version.
In IPP 7.0 AVX code will be dispatched automatically and transparent for you.
PX and MX libraries are available as a separate download in IPP 7.0.
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to use staticlib/ for AVX, is it possible?
If yes, then how?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
In 7.0.2, the header file is similar with p8/w7 library, it need define it as g9 (32 bit), or e9 ( 64 bit) function:
....
#define ippgDFTFwd_CToC_10_32fc g9_ippgDFTFwd_CToC_10_32fc
#define ippgDFTFwd_CToC_10_64fc g9_ippgDFTFwd_CToC_10_64fc
...
Thanks,
Chao
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page