Open
Description
When I built the source codes of BitNet.cpp using gcc, some data type inconsistencies error occured.
However, this error did not occur when I used clang. I investigated the root cause of this problem.
I found that there are some data type inconsistence in the tbl impl functions.
The followin codes contain some data type inconsisitencies problem.
Lines 204 to 207 in caf17ec
Line 235 in caf17ec
Line 252 in caf17ec
We should add some data type reinterpreting cast processes in the codes.
Metadata
Metadata
Assignees
Labels
No labels