mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-27 07:29:52 +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
|
||||
ploaddup<Packet16bf>(const bfloat16* from) {
|
||||
Packet16bf r;
|
||||
unsigned short a = from[0].value;
|
||||
unsigned short b = from[1].value;
|
||||
unsigned short c = from[2].value;
|
||||
|
Loading…
Reference in New Issue
Block a user