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.

[参考译文] SK-TDA4VM:在 C7X 上被零除的影响

Guru**** 1706760 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1239651/sk-tda4vm-impact-of-dividing-by-zero-on-the-c7x

器件型号:SK-TDA4VM

您好!

我目前正在开发一个内核、我正在以这种方式计算阵列的平均值:

浮点16值;
float16 validCount;
float16 average =值/ validCount;

我担心 validCount 的某些元素为0、这对我来说是有效的用例。 我进行了一些测试、C7X 除以零似乎没有问题、它只是生成+INF 值并且 ___ get_FSR (float16)::DIV0被设置。

我的问题是:

除以0是否导致性能下降?

2- __GET_FSR (float16)::DIV0是否曾被复位? 我似乎无法使该位恢复为零。

3 - 始终设置___ get_FSR (float16)::DIV0是否有害?

谢谢。

弗雷德