Fixed the packet_traits for half floats.

This commit is contained in:
Benoit Steiner 2016-04-08 13:33:59 -07:00
parent 0d2a532fc3
commit 3394379319
2 changed files with 5 additions and 12 deletions

View File

@ -33,14 +33,7 @@ template<> struct packet_traits<half> : default_packet_traits
AlignedOnScalar = 1,
size=2,
HasHalfPacket = 0,
HasDiv = 1,
HasLog = 1,
HasExp = 1,
HasSqrt = 1,
HasRsqrt = 1,
HasBlend = 0,
HasDiv = 1
};
};