lighttransport / nanort

NanoRT, single header only modern ray tracing kernel.
MIT License
1.07k stars 89 forks source link

[TODO] Deprecate OpenMP #76

Open syoyo opened 1 year ago

syoyo commented 1 year ago

C++11 is now widely used(even in HPC industries) and we are better to use C++11 thread instead of OpenMP threading.