mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 19:29:02 +08:00
Remove unused variable.
This commit is contained in:
parent
92849d814b
commit
7b975acb1f
@ -2204,7 +2204,6 @@ EIGEN_STRONG_INLINE void pstoreu<bfloat16>(bfloat16* to,
|
|||||||
|
|
||||||
template<> EIGEN_STRONG_INLINE Packet16bf
|
template<> EIGEN_STRONG_INLINE Packet16bf
|
||||||
ploaddup<Packet16bf>(const bfloat16* from) {
|
ploaddup<Packet16bf>(const bfloat16* from) {
|
||||||
Packet16bf r;
|
|
||||||
unsigned short a = from[0].value;
|
unsigned short a = from[0].value;
|
||||||
unsigned short b = from[1].value;
|
unsigned short b = from[1].value;
|
||||||
unsigned short c = from[2].value;
|
unsigned short c = from[2].value;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user