-
Sam Lantinga authored
Subject: SDL CVS patches below you will find some small patches against the current SDL CVS. It adresses these things: 1) Use "&" instead of "%" in some cases. For negative signed integers (x % 8) is not always (x & 7), and the compiler can produce slightly faster code when using "&" here. 2) Some const issues. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4092
6369aeaa
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
.cvsignore | ||
Makefile.am | ||
SDL_dgaevents.c | ||
SDL_dgaevents_c.h | ||
SDL_dgamouse.c | ||
SDL_dgamouse_c.h | ||
SDL_dgavideo.c | ||
SDL_dgavideo.h |