mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-02 00:34:14 +08:00
Fix error: unused parameter 'tmp' [-Werror,-Wunused-parameter] on clang/32-bit arm
This commit is contained in:
parent
f47472603b
commit
c54785b071
@ -26,7 +26,7 @@ struct gebp_traits <float,float,false,false,Architecture::NEON,GEBPPacketFull>
|
||||
|
||||
template <typename LaneIdType>
|
||||
EIGEN_STRONG_INLINE void madd(const Packet4f& a, const Packet4f& b,
|
||||
Packet4f& c, Packet4f& tmp,
|
||||
Packet4f& c, Packet4f&,
|
||||
const LaneIdType&) const {
|
||||
acc(a, b, c);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user