mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Rename pones -> ptrue. Use _CMP_TRUE_UQ where appropriate.
This commit is contained in:
@@ -240,7 +240,7 @@ template<typename Scalar,typename Packet> void packetmath()
|
||||
|
||||
CHECK_CWISE1(internal::pnot, internal::pnot);
|
||||
CHECK_CWISE1(internal::pzero, internal::pzero);
|
||||
CHECK_CWISE1(internal::pones, internal::pones);
|
||||
CHECK_CWISE1(internal::ptrue, internal::ptrue);
|
||||
CHECK_CWISE1(internal::negate, internal::pnegate);
|
||||
CHECK_CWISE1(numext::conj, internal::pconj);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user