Renamed predux_half into predux_downto4

This commit is contained in:
Benoit Steiner
2016-10-06 17:57:04 -07:00
parent a498ff7df6
commit 507b661106
5 changed files with 9 additions and 9 deletions

View File

@@ -329,7 +329,7 @@ template<typename Packet> EIGEN_DEVICE_FUNC inline typename unpacket_traits<Pack
*/
template<typename Packet> EIGEN_DEVICE_FUNC inline
typename conditional<(unpacket_traits<Packet>::size%8)==0,typename unpacket_traits<Packet>::half,Packet>::type
predux_half(const Packet& a)
predux_downto4(const Packet& a)
{ return a; }
/** \internal \returns the product of the elements of \a a*/