Silenced a compilation warning

This commit is contained in:
Benoit Steiner 2016-10-06 14:24:17 -07:00
parent 9f3276981c
commit 5e64cea896

View File

@ -1299,12 +1299,14 @@ EIGEN_STRONG_INLINE Packet16f pblend(const Selector<16>& /*ifPacket*/,
const Packet16f& /*thenPacket*/,
const Packet16f& /*elsePacket*/) {
assert(false && "To be implemented");
return Packet16f();
}
template <>
EIGEN_STRONG_INLINE Packet8d pblend(const Selector<8>& /*ifPacket*/,
const Packet8d& /*thenPacket*/,
const Packet8d& /*elsePacket*/) {
assert(false && "To be implemented");
return Packet8d();
}
} // end namespace internal