mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 12:46:00 +08:00
Fixed the packet_traits for half floats.
This commit is contained in:
parent
0d2a532fc3
commit
3394379319
@ -33,14 +33,7 @@ template<> struct packet_traits<half> : default_packet_traits
|
|||||||
AlignedOnScalar = 1,
|
AlignedOnScalar = 1,
|
||||||
size=2,
|
size=2,
|
||||||
HasHalfPacket = 0,
|
HasHalfPacket = 0,
|
||||||
|
HasDiv = 1
|
||||||
HasDiv = 1,
|
|
||||||
HasLog = 1,
|
|
||||||
HasExp = 1,
|
|
||||||
HasSqrt = 1,
|
|
||||||
HasRsqrt = 1,
|
|
||||||
|
|
||||||
HasBlend = 0,
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user