Rinzii / ccmath

A C++17 Compile Time <cmath> Library
Other
40 stars 10 forks source link

Add first class support for Nvidia HPC C++ #16

Closed Rinzii closed 3 months ago

Rinzii commented 6 months ago

I'd like to bring in first class support for Nvidia HPC C++. To achieve this the following items need to be addressed:

I've already done some of the ground work required for this inside of our compiler detection header and the cmakelist. Overall, this should be pretty straightforward to implement, but I've not had time to handle the issue myself.