is MPC5643L compliant for standard IEEE-754 ?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

is MPC5643L compliant for standard IEEE-754 ?

ソリューションへジャンプ
966件の閲覧回数
wan35fr
Contributor III

Hello NXP community ,

MPC5643L has a FPU, only the booke e200z4 has some reference on this standard

i have a question on MPC5643L family,

IEEE-754 is a technical standard for floating-point computation.

is MPC5643L is compliant for standard IEEE-754 ?

              Best regards

                           Erwan

0 件の賞賛
返信
1 解決策
807件の閲覧回数
davidtosenovjan
NXP TechSupport
NXP TechSupport

It is quite well described in core reference manual, section 6.3.2:

https://www.nxp.com/docs/en/reference-manual/e200z4RM.pdf

pastedImage_1.png

If it is necessary to fully conform with the standard, software intervention may be needed.

SPE/EFPU allows two options single precision floating point capabilities:

1) May be configured to be fully IEEE compliant, in which case awkward corner cases (NaN’s, Infinities, denormalized values) will be handled by software through the raising of exceptions

2) May be configured to be not fully IEEE compliant, in which case arithmetic will saturate or round to zero and no value-dependent exceptions will be raised

元の投稿で解決策を見る

1 返信
808件の閲覧回数
davidtosenovjan
NXP TechSupport
NXP TechSupport

It is quite well described in core reference manual, section 6.3.2:

https://www.nxp.com/docs/en/reference-manual/e200z4RM.pdf

pastedImage_1.png

If it is necessary to fully conform with the standard, software intervention may be needed.

SPE/EFPU allows two options single precision floating point capabilities:

1) May be configured to be fully IEEE compliant, in which case awkward corner cases (NaN’s, Infinities, denormalized values) will be handled by software through the raising of exceptions

2) May be configured to be not fully IEEE compliant, in which case arithmetic will saturate or round to zero and no value-dependent exceptions will be raised