Davidah121 / SMPL

A static C++ library that encompasses all of the tools I have made to make development easier.
1 stars 0 forks source link

Add OpenMP support #152

Closed Davidah121 closed 2 months ago

Davidah121 commented 4 months ago

Where possible, add OpenMP to speed up code. Avoids the complications of using a JobQueue system. OpenMP is simple to implement and doesn't require a lot of work to remove it if needed. (just don't compile with -fopenmp)