Hello Champs,
If we define a variable named "x" in "int" format and another variable "y" in "float" format, when we write the code "y = x" in C, after compiling we can find that the "F32TOI16" instruction is used in the generated ".asm" file.
But if we need to generate "F32TOI16R" instruction in ".asm" file, how should we write code in C?
Would you please kindly help? Thanks!
Best Regards,
Linda
