项目作者: user1095108

项目描述 :
a lightweight SIMD vector, matrix and quaternion library
高级语言: C++
项目地址: git://github.com/user1095108/vxl.git
创建时间: 2016-02-14T18:56:45Z
项目社区:https://github.com/user1095108/vxl

开源协议:The Unlicense

下载


vxl

vxl is a lightweight SIMD vector, quaternion and matrix library for vectors and matrices of small dimensions. The library supports SSE, NEON and the gcc/clang vector extensions.

The test .cpp files should provide clues on how to use the library. A C++17 compliant compiler is needed to use the library and to complle the .cpp files.