| Summary: | [PATCH] stdlib: Added SDL_round, SDL_roundf, SDL_lround and SDL_lroundf | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Cameron Cawley <ccawley2011> |
| Component: | *don't know* | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | Keywords: | target-2.0.16 |
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | stdlib: Added SDL_round, SDL_roundf, SDL_lround and SDL_lroundf | ||
Patch added, thanks! https://hg.libsdl.org/SDL/rev/f0d07ca25fc6 |
Created attachment 4589 [details] stdlib: Added SDL_round, SDL_roundf, SDL_lround and SDL_lroundf The default implementation is based on the one used in the Windows RT video driver.