dim 4c7f14937f MFC r259111:
Use correct casts in gcc's emmintrin.h for the first arguments of the
following builtin functions:

* __builtin_ia32_pslldi128() takes __v4si instead of __v8hi
* __builtin_ia32_psllqi128() takes __v2di instead of __v8hi
* __builtin_ia32_psradi128() takes __v4si instead of __v8hi

This should fix the following errors when building the LINT kernel with
gcc:

sys/crypto/aesni/aesni_wrap.c:191: error: incompatible type for argument 1 of
'__builtin_ia32_psradi128'
sys/crypto/aesni/aesni_wrap.c:195: error: incompatible type for argument 1 of
'__builtin_ia32_pslldi128'
2013-12-11 07:43:30 +00:00
..
2013-09-27 17:42:23 +00:00
2013-05-08 20:04:32 +00:00
2013-05-30 16:16:28 +00:00
2013-09-24 14:52:43 +00:00
2013-01-11 17:34:30 +00:00
2013-05-21 19:23:49 +00:00
2013-12-11 07:43:30 +00:00
2013-12-03 19:42:46 +00:00
2012-09-22 17:47:37 +00:00
2013-09-21 14:23:20 +00:00
2013-09-22 20:30:55 +00:00
2013-05-30 08:02:00 +00:00
2013-12-11 07:34:34 +00:00
2013-11-26 16:12:40 +00:00
2013-04-15 18:35:09 +00:00
2013-11-16 19:22:13 +00:00
2013-01-03 07:25:30 +00:00
2013-08-02 19:21:46 +00:00
2013-11-14 09:25:29 +00:00
2013-10-28 22:49:11 +00:00
2013-11-05 10:58:38 +00:00
2013-09-24 09:56:58 +00:00
2012-12-22 21:32:12 +00:00