From 258fa898ca16c18eb443c5c3d64ff2ee52715422 Mon Sep 17 00:00:00 2001 From: Ioannis Makris Date: Fri, 26 Sep 2025 02:50:21 +0200 Subject: [PATCH] Add mexce to Math section (#1712) mexce is a single-header, dependency-free JIT compiler for scalar mathematical expressions that generates optimized x87 FPU machine code. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a65a997..f4a2642 100644 --- a/README.md +++ b/README.md @@ -849,6 +849,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [linalg.h](https://github.com/sgorsten/linalg) - Single header, public domain, short vector math library for C++. [Unlicense] * [MATIO](https://github.com/tbeu/matio) - MATLAB MAT File I/O Library. [BSD-2-Clause] [website](https://sourceforge.net/projects/matio/) * [MatX](https://github.com/NVIDIA/MatX) - A GPU-accelerated C++17 numerical computing library with a MATLAB/Python-like syntax. [BSD 3-clause] +* [mexce](https://github.com/imakris/mexce) - A single-header, dependency-free JIT compiler for scalar mathematical expressions that generates optimized x87 FPU machine code. [BSD] * [MIRACL](https://github.com/CertiVox/MIRACL) - A Multiprecision Integer and Rational Arithmetic Cryptographic Library. [AGPL] * [NumCpp](https://github.com/dpilger26/NumCpp) - A templatized header only C++ implementation of the Python Numpy library. [MIT] * [OMath](https://github.com/orange-cpp/omath) - Cross-platform modern general purpose math library written in C++23 that suitable for cheat/game development. [ZLIB]