Dawoodoz / DFPSR

Fast realtime softare rendering library for C++14 using SSE/AVX/NEON. 2D, 3D and isometric rendering with minimal system dependencies.
https://dawoodoz.com/dfpsr.html
78 stars 6 forks source link

Implemented atomic increment and decrement for math vectors #60

Closed Dawoodoz closed 1 year ago

Dawoodoz commented 1 year ago

Not having increment on the math vectors would affect performance badly when both reading and writing from a hard to reach left hand side.