This simple test fails on a Nevada (5231) cpu: int main() { float x1,x2,x3; x1 = 7.5; x2 = 2.0; x3 = x1/x2; printf("x3 = %f\n", x3); } Has anyone else used floating point with 52xx processors? Pete
This simple test fails on a Nevada (5231) cpu: int main() { float x1,x2,x3; x1 = 7.5; x2 = 2.0; x3 = x1/x2; printf("x3 = %f\n", x3); } Has anyone else used floating point with 52xx processors? Pete