vtk-m/vtkm/exec/cuda
Shreeraj Jadhav 947496550e constexpr construction for Vec classes
Vec class objects can now be constructed during compile-time
as constant expressions by calling Vec( T, ... ) constructors
or through brace-initialization.
Constant expression using fill constructor and nested vectors
of sizes greater than 4 are not supported yet.
Changes made to WrappedOperators.h for resolving overload
ambiguities in Vec construction and typecasting.
Appropriate test cases were added to UnitTestTypes.cxx.
Addresses issue #199.
2018-06-20 14:15:29 -04:00
..
internal constexpr construction for Vec classes 2018-06-20 14:15:29 -04:00
CMakeLists.txt Update copyright for Sandia 2017-09-20 15:33:44 -06:00