- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
#error Are not defined the CPUs, following are allowed: PX, M6, A6, W7
#endif
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need define all or some of these symbols. I mean PX, A6, W7. If you want to have in your merged library code optimized for all processors you need to define all these symbols. If you want have support only one particular processor you need to define only one symbol, which assigned to this processor.
Rgeards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Vladimir,
Thnx for the response. I see from the error message thatI need to define symbols for the processors but can you give me an example of what that statement would look like? I don't get it yet.
Rick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
you caninsert preprocessor directiveslike this:
#define PX
#define A6
#define W7
at the top of ippmerged.c file.
Tell me if it does not work for you, I'll prepare simple MSVC project to show how it work.
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Vladimir,
Thanks for the assistance and yes that did the trick! The Merged Static LIbrary really compacted the code and will help a great deal with deployment.
Rick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Rick,
I'm glad that it helps you.
By the way, we are really interested in our customers feedback. Moreover, it allows us to make the productbetter. So,in caseyouhave any comments about the IPP itwould be very useful to share them with us. The main point of interest, I think, may include:
-in which area you areusing IPP(something like signal processing, image processing, multimedia)
-how do you feel about it. Does it cover you needs, does it has enough functionality, performance and so on
-which issues do you face with IPP, what should be improved
Vladimir

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page