Files
Siarhei Siamashka 9f18ea3483 configure.ac: Check if the compiler supports GCC vector extensions
The Intel Compiler 14.0.0 claims version GCC 4.7.3 compatibility
via __GNUC__/__GNUC__MINOR__ macros, but does not provide the same
level of GCC vector extensions support as the original GCC compiler:
    http://gcc.gnu.org/onlinedocs/gcc/Vector-Extensions.html

Which results in the following compilation failure:

In file included from ../test/utils.h(7),
                 from ../test/utils.c(3):
../test/utils-prng.h(138): error: expression must have integral type
      uint32x4 e = x->a - ((x->b << 27) + (x->b >> (32 - 27)));
                            ^

The problem is fixed by doing a special check in configure for
this feature.
2014-07-04 20:52:59 -04:00
..
2013-09-19 21:37:56 -04:00
2013-06-25 16:55:24 +02:00
2012-10-01 12:56:09 -04:00
2012-09-24 18:29:30 -04:00
2013-10-01 23:33:57 +03:00
2012-10-01 12:56:09 -04:00
2011-11-09 09:17:00 +01:00
2013-09-19 21:37:56 -04:00
2013-09-19 21:37:56 -04:00
2013-11-11 19:09:46 -05:00
2013-10-09 14:23:11 +02:00