mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-12 14:25:16 +08:00
Remove unused variable.
This commit is contained in:
parent
da027fa20a
commit
92849d814b
@ -2218,7 +2218,6 @@ ploaddup<Packet16bf>(const bfloat16* from) {
|
||||
|
||||
template<> EIGEN_STRONG_INLINE Packet16bf
|
||||
ploadquad(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