Dimitry Andric 8b3d3bafec 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'

MFC after:	3 days
2013-12-08 23:24:32 +00:00
..
2013-11-18 01:28:29 +00:00
2013-10-29 08:21:22 +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-02 03:47:08 +00:00
2013-11-14 18:41:58 +00:00
2013-10-28 18:10:35 +00:00
2013-09-22 20:30:55 +00:00
2013-11-15 22:45:14 +00:00
2013-01-03 07:25:30 +00:00
2013-08-02 19:21:46 +00:00
2012-02-22 03:36:15 +00:00
2013-11-07 00:36:39 +00:00
2011-12-08 02:40:46 +00:00
2013-11-05 06:32:23 +00:00
2013-09-24 09:56:58 +00:00
2012-12-22 21:32:12 +00:00