Stateflow and Stateflow Coder Release Notes |
Single-Precision Constants in Code Generation
Code generation now emits single-precision constants with a trailing F
to the C-compiler. This results in lower ROM size. For example, the action language statement x = y + single(1.375);
now generates the code x = y + 1.375F;.
Stateflow 4.1 and Stateflow Coder 4.1 Release Notes | Major Bug Fixes |