Files
Zak Strange 1d82b4f0bc Unary minus vectors (#130)
* Unary Minus operator for vec2, vec3, and vec4

* Update README.md

Co-authored-by: zak <zak@DESKTOP-V1AQ0IT>
2021-03-06 18:39:17 -06:00
..
2021-03-06 18:39:17 -06:00
2019-07-31 16:43:56 -05:00
2017-07-16 21:19:34 -07:00
2019-07-31 16:43:56 -05:00
2017-04-07 08:47:54 -05:00
2019-07-31 16:43:56 -05:00

Testing

You can compile and run the tests yourself by running:

make

To run a specific test configuration, run one of:

make c
make c_no_sse
make cpp
make cpp_no_sse