39 lines
1.1 KiB
C
39 lines
1.1 KiB
C
/* ////////////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// INTEL CORPORATION PROPRIETARY INFORMATION
|
|
// This software is supplied under the terms of a license agreement or
|
|
// nondisclosure agreement with Intel Corporation and may not be copied
|
|
// or disclosed except in accordance with the terms of that agreement.
|
|
// Copyright(c) 1999-2009 Intel Corporation. All Rights Reserved.
|
|
//
|
|
// Master include file for Intel(R) Integrated Performance Primitives (Intel(R) IPP)
|
|
// Contains the references to include-files for all Intel(R) IPP libraries
|
|
*/
|
|
|
|
#if !defined( __IPP_H__ ) || defined( _OWN_BLDPCS )
|
|
#define __IPP_H__
|
|
|
|
#include "ippversion.h"
|
|
|
|
#include "ippdefs.h"
|
|
|
|
#include "ippcore.h"
|
|
#include "ippac.h"
|
|
#include "ippcc.h"
|
|
#include "ippdc.h"
|
|
#include "ippch.h"
|
|
#include "ippcv.h"
|
|
#include "ippi.h"
|
|
#include "ippj.h"
|
|
#include "ippm.h"
|
|
#include "ipps.h"
|
|
#include "ippsc.h"
|
|
#include "ippsr.h"
|
|
#include "ippvc.h"
|
|
#include "ippvm.h"
|
|
#include "ippr.h"
|
|
#include "ippdi.h"
|
|
|
|
#endif /* __IPP_H__ */
|
|
/* ////////////////////////// End of file "ipp.h" /////////////////////////// */
|