Deleted Added
full compact
xmmintrin.h (169690) xmmintrin.h (219639)
1/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
2 Free Software Foundation, Inc.
3
4 This file is part of GCC.
5
6 GCC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)

--- 1229 unchanged lines hidden (view full) ---

1238 __v4sf __t3 = __builtin_ia32_unpckhps (__r2, __r3); \
1239 (row0) = __builtin_ia32_movlhps (__t0, __t1); \
1240 (row1) = __builtin_ia32_movhlps (__t1, __t0); \
1241 (row2) = __builtin_ia32_movlhps (__t2, __t3); \
1242 (row3) = __builtin_ia32_movhlps (__t3, __t2); \
1243} while (0)
1244
1245/* For backward source compatibility. */
1/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
2 Free Software Foundation, Inc.
3
4 This file is part of GCC.
5
6 GCC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)

--- 1229 unchanged lines hidden (view full) ---

1238 __v4sf __t3 = __builtin_ia32_unpckhps (__r2, __r3); \
1239 (row0) = __builtin_ia32_movlhps (__t0, __t1); \
1240 (row1) = __builtin_ia32_movhlps (__t1, __t0); \
1241 (row2) = __builtin_ia32_movlhps (__t2, __t3); \
1242 (row3) = __builtin_ia32_movhlps (__t3, __t2); \
1243} while (0)
1244
1245/* For backward source compatibility. */
1246#ifdef __SSE2__
1246#include <emmintrin.h>
1247#include <emmintrin.h>
1248#endif
1247
1248#endif /* __SSE__ */
1249#endif /* _XMMINTRIN_H_INCLUDED */
1249
1250#endif /* __SSE__ */
1251#endif /* _XMMINTRIN_H_INCLUDED */