| Summary: | Add SDL_Swap() for floating point... | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ryan C. Gordon <icculus> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | API change | ||
| Priority: | P2 | ||
| Version: | HG 1.2 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Ryan C. Gordon
2006-08-03 16:34:37 UTC
Sam, can you look at svn revision #2707 and make sure this isn't completely dumb? http://www.libsdl.org/cgi/viewvc.cgi?view=rev&revision=2707 --ryan. Looks good, as long as the optimizer doesn't do anything stupid like leave the value in the FPU. :) I think it probably disables all aliasing optimizations when it sees the union. If the new symbol names are acceptable, we'll leave this bug as resolved. --ryan. |