mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-15 05:05:58 +08:00
Fixed packet_traits<half>
This commit is contained in:
parent
532fdf24cb
commit
14ea7c7ec7
@ -39,10 +39,6 @@ template<> struct packet_traits<half> : default_packet_traits
|
|||||||
HasExp = 1,
|
HasExp = 1,
|
||||||
HasSqrt = 1,
|
HasSqrt = 1,
|
||||||
HasRsqrt = 1,
|
HasRsqrt = 1,
|
||||||
HasLGamma = 1,
|
|
||||||
HasDiGamma = 1,
|
|
||||||
HasErf = 1,
|
|
||||||
HasErfc = 1,
|
|
||||||
|
|
||||||
HasBlend = 0,
|
HasBlend = 0,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user