mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Remove unused variable.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user