Hi,
I find some posts use _cmpy and _cmpyr intrinsics. When I try use them, there is a link error:
......................................
undefined first referenced
symbol in file
--------- ----------------
__cmpy ./main.obj
error #10234-D: unresolved symbols remain
............................................
I have tried both rtsC64 and rtsC67. Neither works.
Below is an example of _cmpy from this forum.
Thanks for your help.
..........
long long result;
result = _cmpy(val1, val2);