提交 e4252065 编写于 作者: H Hongze Cheng

refact

上级 6d3032d5
......@@ -236,7 +236,7 @@ static FORCE_INLINE int tEncodeFloat(SCoder* pEncoder, float val) {
}
static FORCE_INLINE int tEncodeDouble(SCoder* pEncoder, double val) {
union {
union {
uint64_t ui;
double d;
} v = {.d = val};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册