Part Number: TMS320F28384S
dear sir ,
we are evaluating the 28284S chip to replace our previous one 28386S , and we wanted to take advatnge the support in FPU64.
on the previous chip (with FPU32) we are using intrinsic functions __fmin and __fmax , and wanted to port the code to the new chip with FPU64.
we saw that in FPU64 we need to call the following function __fmin64 and __fmax64 (of course all variles are double), instead of __fmin / __fmax,
we also change the processor support to fpu64 under the compiler.
but for some reason the linker issue error that __fmin64 / __fmax64 is undefined symbol (we are linking rts2800_fpu64_eabi.lib)
any idea what causing it ?
is there example that using intrisinc function for FPU64 ?