Skip to content

tonykero/mathjit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mathjit

[WIP]

Mathematical expression JIT compiler

Features

Supports double & complex numbers

Only supports basic arithmetic operations for now.

Building

Tested with latest MVC, code should be portable.

Depends solely on Boost.Spirit.X3 and asmjit which are both available through vcpkg

Example of build with CMake & vcpkg

mkdir build
cmake -A x64 -DVCPKG_TARGET_TRIPLET=x64-windows-static -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=PATH_TO\vcpkg\scripts\buildsystems\vcpkg.cmake -B build .
cmake --build build --config Release

About

[WIP] Mathematic expression jit compiler

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published