Hi,
I want to use C compiler intrinsic only for C64+ (_ssub2).
But I have an error during build :
undefined first referenced
symbol in file
--------- ----------------
__ssub2 Main_Test.obj
>> error: symbol referencing errors - './Release/XXX.out' not built
When I use other intrinsic (not C64+ specific), (_sadd2 for example) , there is no problem.
I have added the library rts64plus.lib to my project.
Vincent