-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
35 lines (29 loc) · 1.12 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
///////////////////////////////////////////////////////////////////////////////
//
// pyipp - Python bindings to Intel's
// Integrated Perfromance Primitives libraries (IPP)
//
///////////////////////////////////////////////////////////////////////////////
Copyright (c) 2012-2013, Christian Staffa <www.haai.de>
Copyright (c) 2012, Riverbed Technology, Inc. <www.riverbed.com>
See LICENSE file for further information.
NOTE:
=====
* You have to have the Intel(R) IPP Library installed on your system
* The IPPROOT variable in ./conf/ipp_globals have to be set to the root
directory of the IPP installation. This defaults to /opt/intel/ipp.
Please change this to suit your needs.
* The IPPARCH variable in ./conf/ipp_globals have to be set to the used
architecture. This defaults to ia32.
Please change this to suit your needs.
INSTALL:
========
Plese check the ./conf/ipp_globals file to adapt the bindings to your ipp installation. Then a normal installation procedure with
$ python setup.py build
$ python setup.py install
should be sufficent.
CHANGES:
========
LICENSE:
========
See LICENSE file for further information.