Skip to content

Installation

Péter Kardos edited this page May 20, 2017 · 3 revisions

Mathter is a header-only library, so you don't need to compile it. Clone the repository and include files from <RepoDir>/Mathter/. The rest of the files are required for development, and are of no use to you, however, you may find some examples in there. If you want to know how fast code runs on your system, you may compile and execute the test program.

Supported compilers:

  • Visual Studio 2015 Update 2 or later
  • GCC (GCC is not tested yet, but future support is planned)
  • Clang (Clang is not tested either, but future support is planned)

Supported platforms: Anything, as long as it compiles. If the platform does not have SIMD implemented, it will fallback to non-vectorized code.

Errors: If the library does not like your compilers memory layout or other quirks, it's going to complain in english.

Clone this wiki locally