In our processor,float is not allowed(u32 or int data type is allowed).Implementation needs the floating point addition,how addition of two real numbers can be done without using float?
问问题
59 次
In our processor,float is not allowed(u32 or int data type is allowed).Implementation needs the floating point addition,how addition of two real numbers can be done without using float?