is MPC5643L compliant for standard IEEE-754 ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

is MPC5643L compliant for standard IEEE-754 ?

Jump to solution
785 Views
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 Kudos
1 Solution
626 Views
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

View solution in original post

1 Reply
627 Views
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