Rinzii / ccmath

A C++17 Compile Time <cmath> Library
Other
44 stars 9 forks source link

Add first class support for Intel DPC++ #17

Closed Rinzii closed 5 months ago

Rinzii commented 7 months ago

I'd like to bring in first class support for Intel DPC++. 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.

Rinzii commented 6 months ago

So far intel DPC++ is setup in such a manner now that implementing first class support should be quite trivial. Currently the only thing that is required atm is to just bring it all together. I’ve also have not noticed any degradations in performance or outputted values when testing internally on Linux.