aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/AltiVec
diff options
context:
space:
mode:
authorGravatar Antonio Sanchez <cantonios@google.com>2021-02-01 13:23:53 -0800
committerGravatar Antonio Sanchez <cantonios@google.com>2021-02-01 13:27:45 -0800
commitfb4548e27b650f2e9a3e840ab14b317632864e91 (patch)
tree87231e8f69cc25639a6fe10c5650656f92c4c04d /Eigen/src/Core/arch/AltiVec
parent1615a2799384a2964d01ba77fe98e3f6fcc412f4 (diff)
Implement bit_* for device.
Unfortunately `std::bit_and` and the like are host-only functions prior to c++14 (since they are not `constexpr`). They also never exist in the global namespace, so the current implementation always fails to compile via NVCC - since `EIGEN_USING_STD` tries to import the symbol from the global namespace on device. To overcome these limitations, we implement these functionals here.
Diffstat (limited to 'Eigen/src/Core/arch/AltiVec')
0 files changed, 0 insertions, 0 deletions