View Issue Details

IDProjectCategoryView StatusLast Update
0000400PicoMOD6Kernelpublic2010-08-25 14:59
ReporterKiepferAssigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product VersionV1.03 
Target VersionV1.04Fixed in VersionV1.04 
Summary0000400: integer to float cast are rounded to the nearest value.
DescriptionExample:
float f = 3.51;
int i = (int)f;

i should be 3 in this case, but when executing on the device i will be 4.
Forum Link
Found Driver Version
Fixed Driver Version

Activities

Kiepfer

2010-08-25 14:59

developer   ~0000261

In the FVPSCR register round to nearest mode is enabled.
Reconfigured top round towards zero (RTZ) mode.