Commit ff76f8e5b4ceb24a2de2ea8b51db065f3c730312

Sam Lantinga 2017-08-31T15:17:59

Fixed bug 3791 - SDL_bits.h: __builtin_clz is supported in gcc >= 3.4 Ozkan Sezer __builtin_clz is supported in gcc >= 3.4. The following patchlet adjusts SDL_bits.h for it.