unneeded checks

SVN revision: 63708
This commit is contained in:
Vincent Torri 2011-09-30 04:04:28 +00:00
parent 0861f8edff
commit 993fa90cb3
1 changed files with 0 additions and 8 deletions

View File

@ -9,14 +9,6 @@
#include <immintrin.h>
#endif
#ifndef always_inline
#if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > 0)
# define always_inline __attribute__((always_inline)) inline
#else
# define always_inline inline
#endif
#endif
/* src pixel flags: */