#ipp #windows #bindings #mac

ipp-headers-sys

rust-bindgen generated FFI declarations for IPP (part of ipp-sys Intel IPP bindings)

6 releases (3 breaking)

Uses old Rust 2015

0.4.3 Jul 11, 2019
0.4.2 Mar 18, 2019
0.3.0 Mar 28, 2018
0.2.0 Jan 4, 2018
0.1.0 Oct 3, 2017

#577 in Hardware support

Download history 357/week @ 2024-12-17 318/week @ 2024-12-24 148/week @ 2024-12-31 337/week @ 2025-01-07 114/week @ 2025-01-14 155/week @ 2025-01-21 84/week @ 2025-01-28 50/week @ 2025-02-04 95/week @ 2025-02-11 155/week @ 2025-02-18 250/week @ 2025-02-25 81/week @ 2025-03-04 47/week @ 2025-03-11 44/week @ 2025-03-18 42/week @ 2025-03-25 59/week @ 2025-04-01

210 downloads per month
Used in ipp-sys

MIT/Apache

5MB
190K SLoC

ipp-headers-sys - rust-bindgen generated FFI declarations for IPP

This crate is part of the ipp-sys Rust Intel IPP bindings. See ipp-sys for more information.

Regnerating the 2017 bindings:

# set IPPROOT env var on windows
"c:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2017\windows\ipp\bin\ippvars.bat" intel64

# set IPPROOT env var on mac
source /opt/intel/compilers_and_libraries_2017/mac/bin/compilervars.sh -arch intel64 -platform mac

# On all platforms (use %IPPROOT% on Windows)
bindgen $IPPROOT/include/ipp.h --raw-line "pub use IppStatus::*;" --default-enum-style  "moduleconsts" --with-derive-partialeq --distrust-clang-mangling -o src/ipp_2017.rs

Regnerating the 2018 bindings:

# set IPPROOT env var on windows
"c:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2018\windows\ipp\bin\ippvars.bat" intel64

# set IPPROOT env var on mac
source /opt/intel/compilers_and_libraries_2018/mac/bin/compilervars.sh -arch intel64 -platform mac

# On all platforms (use %IPPROOT% on Windows)
bindgen $IPPROOT/include/ipp.h --default-enum-style  "moduleconsts" --with-derive-partialeq --distrust-clang-mangling -o src/ipp_2018.rs

Regnerating the 2019 bindings:

# set IPPROOT env var on windows
"c:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2019\windows\ipp\bin\ippvars.bat" intel64

# set IPPROOT env var on mac
source /opt/intel/compilers_and_libraries_2019/mac/bin/compilervars.sh -arch intel64 -platform mac

# On all platforms (use %IPPROOT% on Windows)
bindgen $IPPROOT/include/ipp.h --default-enum-style  "moduleconsts" --with-derive-partialeq --distrust-clang-mangling -o src/ipp_2019.rs

No runtime deps

Features