Deleted Added
full compact
i386.h (219374) i386.h (219639)
1/* Definitions of target machine for GCC for IA-32.
2 Copyright (C) 1988, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
3 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4
5This file is part of GCC.
6
7GCC is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by

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

413 if (TARGET_3DNOW_A) \
414 builtin_define ("__3dNOW_A__"); \
415 if (TARGET_SSE) \
416 builtin_define ("__SSE__"); \
417 if (TARGET_SSE2) \
418 builtin_define ("__SSE2__"); \
419 if (TARGET_SSE3) \
420 builtin_define ("__SSE3__"); \
1/* Definitions of target machine for GCC for IA-32.
2 Copyright (C) 1988, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
3 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4
5This file is part of GCC.
6
7GCC is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by

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

413 if (TARGET_3DNOW_A) \
414 builtin_define ("__3dNOW_A__"); \
415 if (TARGET_SSE) \
416 builtin_define ("__SSE__"); \
417 if (TARGET_SSE2) \
418 builtin_define ("__SSE2__"); \
419 if (TARGET_SSE3) \
420 builtin_define ("__SSE3__"); \
421 if (TARGET_SSSE3) \
422 builtin_define ("__SSSE3__"); \
421 if (TARGET_SSE_MATH && TARGET_SSE) \
422 builtin_define ("__SSE_MATH__"); \
423 if (TARGET_SSE_MATH && TARGET_SSE2) \
424 builtin_define ("__SSE2_MATH__"); \
425 \
426 /* Built-ins based on -march=. */ \
427 if (ix86_arch == PROCESSOR_I486) \
428 { \

--- 1878 unchanged lines hidden ---
423 if (TARGET_SSE_MATH && TARGET_SSE) \
424 builtin_define ("__SSE_MATH__"); \
425 if (TARGET_SSE_MATH && TARGET_SSE2) \
426 builtin_define ("__SSE2_MATH__"); \
427 \
428 /* Built-ins based on -march=. */ \
429 if (ix86_arch == PROCESSOR_I486) \
430 { \

--- 1878 unchanged lines hidden ---