edanor/umesimd
UME::SIMD A library for explicit simd vectorization.
This is a low-level software library designed to help developers write high-performance code that leverages specialized processor instructions. It provides a consistent way to use SIMD (Single Instruction, Multiple Data) capabilities across different hardware architectures. Software engineers building performance-critical applications would use this to optimize their code.
No commits in the last 6 months.
Use this if you are a software engineer who needs to explicitly vectorize your code for maximum performance using SIMD instruction sets like AVX, AVX2, or AVX512.
Not ideal if you are not a C++ developer or if your primary goal is not extreme low-level code optimization for processor-specific instructions.
Stars
91
Forks
16
Language
C++
License
—
Category
Last pushed
Jan 19, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/edanor/umesimd"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
alphaville/optimization-engine
Nonconvex embedded optimization: code generation for fast real-time optimization + ROS support
symforce-org/symforce
Fast symbolic computation, code generation, and nonlinear optimization for robotics
stack-of-tasks/pinocchio
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
inducer/loopy
A code generator for array-based code on CPUs and GPUs
loco-3d/crocoddyl
Crocoddyl is an optimal control library for robot control under contact sequence. Its solver is...