This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28384D: CLA FP32 precision issues

Part Number: TMS320F28384D

Hello TI experts! I am using TMS320F28384D.

I conducted a simple test to use CPU 1 and 2 and each CLA at the same time. The results are as follows:

Single core time=74ms
Single core res =1967.704102

multi core time=18ms
core cpu1 cpu res =502.574646
core cpu1 cla res =493.185547
core cpu2 cpu res =502.574646
core cpu2 cla res =493.185547
multi core res =1991.520386

The code performs 2000000 FP32 additions. The addition unit is 0.001.

The results of processing by CPU1 alone and the results of shared processing by four processing units are expressed as single and multi, respectively.
There appears to be a difference between the CPU and CLA, so it seems necessary to check. Please feel free to ask for any information you need prior to giving advice. thank you