|
Post by rbuastw85 on Mar 21, 2019 10:45:46 GMT
Hi, I'm using single-precision operations (floating-point operations) on the AURIX TC275. My application is based on various Makefiles. I've checked the Compiler built-options and the tricore-gcc compiler flags, but I can not find anything which tells the compiler to utilize the FPU of the AURIX TC275 for floating point operations. Is the tricore compiler from HIGHTEC for the AURIX Shieldbuddy already pre-configured to transform floating-point operations into the according assembler instructions which utilize the floating-point unit? I'm using the HighTec Release HDP-v4.9..1.0-infineon-2.0, gcc version 4.9.4 build on 18.04.2018. Specifically I'm searching for the correct compiler flags which enables hardware floating point operations. Any help or hint is appreciated. Cheers, Roman
|
|
|
Post by Admin on Mar 21, 2019 11:26:03 GMT
The compiler uses the FPU for all float32 operations by default. Double is treated as float.
|
|