All Projects → Wunkolo → Intriman

Wunkolo / Intriman

Licence: MIT license
Intriman is a documentation generator that retargets the Intel Intrinsics Guide to other documentation formats

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to Intriman

Libxsmm
Library for specialized dense and sparse matrix operations, and deep learning primitives.
Stars: ✭ 518 (+1972%)
Mutual labels:  intel, simd
Ispc
Intel SPMD Program Compiler
Stars: ✭ 1,924 (+7596%)
Mutual labels:  intel, simd
ultra-sort
DSL for SIMD Sorting on AVX2 & AVX512
Stars: ✭ 29 (+16%)
Mutual labels:  intel, simd
Mimir
OSINT Threat Intel Interface - CLI for HoneyDB
Stars: ✭ 104 (+316%)
Mutual labels:  intel
glm
OpenGL Mathematics (GLM)
Stars: ✭ 6,667 (+26568%)
Mutual labels:  simd
Autodesk-Fusion-360-for-Linux
This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
Stars: ✭ 810 (+3140%)
Mutual labels:  intel
simdjson-rs
Rust version of lemire's SimdJson
Stars: ✭ 18 (-28%)
Mutual labels:  simd
cpuwhat
Nim utilities for advanced CPU operations: CPU identification, ISA extension detection, bindings to assorted intrinsics
Stars: ✭ 25 (+0%)
Mutual labels:  simd
ASRock-Z390-Phantom-ITX-OpenCore-Hackintosh-Monterey
Asrock Z390 phantom gaming itx ac Hackintosh OpenCore EFI 华擎 Z390 幻影电竞 itx 黑苹果 OC EFI 🍎 🎮 Monterey
Stars: ✭ 25 (+0%)
Mutual labels:  intel
platform-intel mcs51
Intel MCS-51 (8051): development platform for PlatformIO
Stars: ✭ 40 (+60%)
Mutual labels:  intel
dcurl
Hardware-accelerated Multi-threaded IOTA PoW, drop-in replacement for ccurl
Stars: ✭ 39 (+56%)
Mutual labels:  simd
zig-gamedev
Building game development ecosystem for @ziglang!
Stars: ✭ 1,059 (+4136%)
Mutual labels:  simd
concurrent-video-analytic-pipeline-optimization-sample-l
Create a concurrent video analysis pipeline featuring multistream face and human pose detection, vehicle attribute detection, and the ability to encode multiple videos to local storage in a single stream.
Stars: ✭ 39 (+56%)
Mutual labels:  intel
KyogenRV
The Simple 5-staged pipeline RISC-V written in chisel3 for intel FPGA.
Stars: ✭ 37 (+48%)
Mutual labels:  intel
FFmpegPlayer
Simple FFmpeg video player
Stars: ✭ 72 (+188%)
Mutual labels:  simd
simdutf8
SIMD-accelerated UTF-8 validation for Rust.
Stars: ✭ 426 (+1604%)
Mutual labels:  simd
ddcpuid
🔬 dd's x86 CPU Identification tool
Stars: ✭ 21 (-16%)
Mutual labels:  intel
safety-gear-detector-python
Observe workers as they pass in front of a camera to determine if they have adequate safety protection.
Stars: ✭ 54 (+116%)
Mutual labels:  intel
wasm
fast wasm modules
Stars: ✭ 37 (+48%)
Mutual labels:  simd
nrf-intel-hex
Yet another parser for "Intel HEX" files.
Stars: ✭ 21 (-16%)
Mutual labels:  intel

Intriman GitHub license

Intriman is a documentation generator that retargets the Intel Intrinsics Guide data into additional offline documentation formats.


Man page(groff):

Markdown:

Plaintext:


Dependencies

Building

Clone the repository with submodules:

git clone --recursive https://github.com/Wunkolo/Intriman.git

Windows

Using Visual Studio 2017, simply open CMakeLists.txt using Visual Studios built-in support for opening CMake projects:

Finally, select your desired build target and architecture and then build. Compiled binaries will be found in the cache folder:

Linux

Typical Cmake out-of-source build procedure:

cd Intriman
mkdir build
cd build
cmake ..
make

Usage

CMake generation should automatically download data-latest.xml from Intel. Otherwise, download the file from https://software.intel.com/sites/landingpage/IntrinsicsGuide/files/data-latest.xml and simply drag and drop this file onto the executable, or put data-latest.xml as the first argument(Intriman data-latest.xml), and the documentation files will be generated( default output directory is ./docs/ relative to the executable path )

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].