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
3c87d6b662
commit
da027fa20a
@ -1441,7 +1441,6 @@ EIGEN_STRONG_INLINE Packet8f Bf16ToF32(const Packet8bf& a) {
|
||||
|
||||
// Convert float to bfloat16 according to round-to-nearest-even/denormals algorithm.
|
||||
EIGEN_STRONG_INLINE Packet8bf F32ToBf16(const Packet8f& a) {
|
||||
Packet8bf r;
|
||||
|
||||
__m256i input = _mm256_castps_si256(a);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user