Fixed a couple of typos

Cleaned up the code a bit.
This commit is contained in:
Benoit Steiner
2015-12-07 16:38:48 -08:00
parent fa4f933c0f
commit 73b68d4370
4 changed files with 13 additions and 19 deletions

View File

@@ -43,7 +43,7 @@ struct default_packet_traits
{
enum {
HasHalfPacket = 0,
HasAdd = 1,
HasSub = 1,
HasMul = 1,
@@ -76,7 +76,7 @@ struct default_packet_traits
HasTanh = 0,
HasLGamma = 0,
HasErf = 0,
HasErfc = 0
HasErfc = 0,
HasRound = 0,
HasFloor = 0,