Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make basic CDI functions constexpr (#1109)
* Make basic CDI functions constexpr + Move functions that don't require any class member data outside CDI class + Mark basic integration functions as constexpr + Remove files that formerly held low-level planck integration functions * Don't use .data() yet, requires C++17 * Make CDI functions available on device + Hard code std::pow of max double as there's no constexpr pow in msvc + Add device/config to Cmake for CDI
- Loading branch information