search for: __builtin_bswap16

Displaying 2 results from an estimated 2 matches for "__builtin_bswap16".

2014 Jul 02
1
[PATCH] __builtin_bswap16 on Debian 6
Jenkins build is failing with an unresolved symbol __builtin_bswap16. The jenkins instance is on Debian 6 (oldstable) with gcc 4.4.5, which doesn't provide an implementation for this. Here's a quick patch to provide a fallback, which should unbreak the integration tests. -r -------------- next part -------------- A non-text attachment was scrubbed... Name...
2014 Nov 04
3
[PATCH] Add configure check for bswap16
The gcc version #ifdef fix for bswap16 doesn't work for Apple's clang. Here's a better fix, which has configure check for it directly. Fixes build failures on MacOS X. -r -------------- next part --------------