VFPSupport fp32atan2 would give wrong results for special cases
fp32atan2 would give wrong results for special cases:
for all of these the sign of x was copied onto the result (rather than the sign of y as intended);
where both were ±INF a register with unknown value was used to determine whether to add ±pi/2.