Subversion Repositories Kolibri OS

Rev

Rev 6936 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6936 Rev 7143
Line 244... Line 244...
244
#ifdef CONFIG_ARCH_USE_BUILTIN_BSWAP
244
#ifdef CONFIG_ARCH_USE_BUILTIN_BSWAP
245
#if GCC_VERSION >= 40400
245
#if GCC_VERSION >= 40400
246
#define __HAVE_BUILTIN_BSWAP32__
246
#define __HAVE_BUILTIN_BSWAP32__
247
#define __HAVE_BUILTIN_BSWAP64__
247
#define __HAVE_BUILTIN_BSWAP64__
248
#endif
248
#endif
249
#if GCC_VERSION >= 40800 || (defined(__powerpc__) && GCC_VERSION >= 40600)
249
#if GCC_VERSION >= 40800
250
#define __HAVE_BUILTIN_BSWAP16__
250
#define __HAVE_BUILTIN_BSWAP16__
251
#endif
251
#endif
252
#endif /* CONFIG_ARCH_USE_BUILTIN_BSWAP */
252
#endif /* CONFIG_ARCH_USE_BUILTIN_BSWAP */
Line 253... Line 253...
253
 
253