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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user