-
- Downloads
Use enum names in switch statement and fix warning.
Instead of using random integers in the switch statement, use the fdlibm enum values. Also fix a compiler warning that ret might be used uninitialized. Fix this by adding a default case, which should never happen.
Please register or sign in to comment