mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
fix typo
This commit is contained in:
parent
be547193ae
commit
d8af0c5a23
@ -142,7 +142,7 @@ private:
|
||||
return ext::bit_cast<UInt32>(static_cast<Float32>(x)) >> 16;
|
||||
}
|
||||
|
||||
Float32 to_Float32(const bfloat & x) const
|
||||
Float32 to_Float32(const bfloat16 & x) const
|
||||
{
|
||||
return ext::bit_cast<Float32>(x << 16);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user