mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Collapsed revision
* Add packet up "pones". Write pnot(a) as pxor(pones(a), a). * Collapsed revision * Simplify a bit. * Undo useless diffs. * Fix typo.
This commit is contained in:
@@ -239,6 +239,8 @@ template<typename Scalar,typename Packet> void packetmath()
|
||||
CHECK_CWISE2_IF(PacketTraits::HasDiv, REF_DIV, internal::pdiv);
|
||||
|
||||
CHECK_CWISE1(internal::pnot, internal::pnot);
|
||||
CHECK_CWISE1(internal::pzero, internal::pzero);
|
||||
CHECK_CWISE1(internal::pones, internal::pones);
|
||||
CHECK_CWISE1(internal::negate, internal::pnegate);
|
||||
CHECK_CWISE1(numext::conj, internal::pconj);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user