ipp.h 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. /* ////////////////////////////////////////////////////////////////////////////////////
  2. //
  3. // INTEL CORPORATION PROPRIETARY INFORMATION
  4. // This software is supplied under the terms of a license agreement or
  5. // nondisclosure agreement with Intel Corporation and may not be copied
  6. // or disclosed except in accordance with the terms of that agreement.
  7. // Copyright(c) 1999-2009 Intel Corporation. All Rights Reserved.
  8. //
  9. // Master include file for Intel(R) Integrated Performance Primitives (Intel(R) IPP)
  10. // Contains the references to include-files for all Intel(R) IPP libraries
  11. */
  12. #if !defined( __IPP_H__ ) || defined( _OWN_BLDPCS )
  13. #define __IPP_H__
  14. #include "ippversion.h"
  15. #include "ippdefs.h"
  16. #include "ippcore.h"
  17. #include "ippac.h"
  18. #include "ippcc.h"
  19. #include "ippdc.h"
  20. #include "ippch.h"
  21. #include "ippcv.h"
  22. #include "ippi.h"
  23. #include "ippj.h"
  24. #include "ippm.h"
  25. #include "ipps.h"
  26. #include "ippsc.h"
  27. #include "ippsr.h"
  28. #include "ippvc.h"
  29. #include "ippvm.h"
  30. #include "ippr.h"
  31. #include "ippdi.h"
  32. #endif /* __IPP_H__ */
  33. /* ////////////////////////// End of file "ipp.h" /////////////////////////// */