Pinned Repositories
AMD-GCN-ISA-for-CLRX
Syntax highlighting for AMD GCN ISA, specifically suitable for CLRadeonExtender (https://github.com/CLRX/CLRX-mirror).
arm-neon-tests
Tests for ARM/Neon instructions, useful for compilers and simulators.
ARM_NEON_2_x86_SSE
The platform independent header allowing to compile any C/C++ code containing ARM NEON intrinsic functions for x86 target systems using SIMD up to SSE4 intrinsic functions
brunsli
Practical JPEG Repacker
cargs
A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.
CMock
CMock - Mock/stub generator for C
fast_division
Simple C++ code to benchmark fast division algorithms
fastmod
A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.
fpng
Super fast C++ .PNG writer/reader
Melirius's Repositories
Melirius/AMD-GCN-ISA-for-CLRX
Syntax highlighting for AMD GCN ISA, specifically suitable for CLRadeonExtender (https://github.com/CLRX/CLRX-mirror).
Melirius/ARM_NEON_2_x86_SSE
The platform independent header allowing to compile any C/C++ code containing ARM NEON intrinsic functions for x86 target systems using SIMD up to SSE4 intrinsic functions
Melirius/brunsli
Practical JPEG Repacker
Melirius/cargs
A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.
Melirius/CMock
CMock - Mock/stub generator for C
Melirius/fast_division
Simple C++ code to benchmark fast division algorithms
Melirius/fastmod
A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.
Melirius/fpng
Super fast C++ .PNG writer/reader
Melirius/FXdiv
C99/C++ header-only library for division via fixed-point multiplication by inverse
Melirius/GPUJPEG
JPEG encoder and decoder library and console application for NVIDIA GPUs from CESNET and SITOLA of Faculty of Informatics at Masaryk University.
Melirius/lepton
Lepton is a tool and file format for losslessly compressing JPEGs by an average of 22%.
Melirius/lepton_jpeg_rust
Port of DropBox Lepton compression to Rust
Melirius/Nbody6ppGPU
Nbody6++GPU
Melirius/OpenCL-Docs
OpenCL API, OpenCL C, Extensions, SPIR-V Environment Specs, Ref page, and C++ for OpenCL doc sources.
Melirius/SYCL-Docs
SYCL Open Source Specification
Melirius/idiv
Melirius/jpeggpu
Low-latency CUDA JPEG decoder by parallelizing Huffman decoding
Melirius/judyarray
Automatically exported from code.google.com/p/judyarray
Melirius/libdivide
Official git repository for libdivide: optimized integer division
Melirius/mango
mango fun framework
Melirius/mango-original
Melirius/PackedArray
Random access array of tightly packed unsigned integers
Melirius/pospopcnt_avx512
benchmarking positional population count
Melirius/recoil
Recoil: Parallel rANS Decoding with Decoder-Adaptive Scalability
Melirius/simdprune
Pruning elements in SIMD vectors (i.e., packing left elements)
Melirius/wuffs
Wrangling Untrusted File Formats Safely