Hi everyone,
I am having troubles with __fmax() and __fmin() intrinsics. I found while browsing the forum that they should be available since CGTools 5.2.2 so I expected I would have these with my CGTools 5.2.10. The source file is compiling well, so the declaration and definition are included in the cl2000 5.2.10 but when I inspect the generated assembly, I don't see any call to instruction MAXF32 that I was expecting to see.
I tested assembly code generation for __f32_max_idx() and it looks way better, but it costs some MOV for indexes and float => double conversions.
Could someone confirm that __fmax() __fmin() intrinsics have empty implementation on CGTools 5.2.10 ?