mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
Enable the vectorization of adds and mults of fp16
This commit is contained in:
parent
d6d39c7ddb
commit
8fd57a97f2
@ -28,6 +28,8 @@ template<> struct packet_traits<Eigen::half> : default_packet_traits
|
||||
AlignedOnScalar = 1,
|
||||
size=2,
|
||||
HasHalfPacket = 0,
|
||||
HasAdd = 1,
|
||||
HasMul = 1,
|
||||
HasDiv = 1,
|
||||
HasSqrt = 1,
|
||||
HasRsqrt = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user