Skip to content

General C++ lib, made to be used as a git submodule

License

Notifications You must be signed in to change notification settings

aisu-wata0/Grimoire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grimoire {#mainpage}

General lib, made to be used as a submodule https://rawgit.com/bfs15/Grimoire/doc/doc/annotated.html

git submodule add https://github.com/bfs15/Grimoire.git; git submodule update --recursive --init; Will create a folder ./Grimoire, it will be its own repository. Second command will initialize it.

Update submodules with git submodule update --recursive

Add to the compiler flags -mavx -march=native -I./Grimoire/include and include the desired header to your code. (#include "varray.hpp")

See the git doc "submodules" for more information.

About

General C++ lib, made to be used as a git submodule

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published