Browse Source

cleancode

pull/648/head
songmingyang 3 years ago
parent
commit
28641c6aa0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      parser/common/parser_fp16_t.h

+ 1
- 1
parser/common/parser_fp16_t.h View File

@@ -608,7 +608,7 @@ T GetManSum(int16_t e_a, const T &m_a, int16_t e_b, const T &m_b) {
sum = m_a + m_tmp;
} else {
m_tmp = m_a;
m_tm= RightShift(m_tmp, e_tmp);
m_tmp = RightShift(m_tmp, e_tmp);
sum = m_tmp + m_b;
}
} else {


Loading…
Cancel
Save