Hi, guys
I ran into one of the common problems of using host intrinsics today, the "32-bit long integer" of gcc.
The solution is simple, replace "long" with "int40".
So I changed all "long"s to "int40_t"s and defined "int40_t" as "int40".
So, question is, why it has to be 'int40" in the header of host intrinsics package, why not "int40_t"?
Thanks
Dehuan