Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
95d075ff
Commit
95d075ff
authored
May 08, 2002
by
Bernd Schmidt
Committed by
Bernd Schmidt
May 08, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define __SSE2__ if -msse2 instead of __SSE2_BUILTINS__
From-SVN: r53308
parent
2d4cc6a7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
gcc/ChangeLog
+6
-0
gcc/config/i386/i386.h
+1
-1
gcc/config/i386/xmmintrin.h
+1
-1
No files found.
gcc/ChangeLog
View file @
95d075ff
2002-05-08 Bernd Schmidt <bernds@redhat.com>
* config/i386/i386.h (CPP_CPUCOMMON_SPEC): Tweak previous change to
use __SSE2__ macro instead.
* config/i386/xmmintrin.h: Likewise.
2002-05-08 Janis Johnson <janis187@us.ibm.com>
2002-05-08 Janis Johnson <janis187@us.ibm.com>
* rtl.h (RTL_FLAG_CHECK*): Add an argument for the macro name,
* rtl.h (RTL_FLAG_CHECK*): Add an argument for the macro name,
...
...
gcc/config/i386/i386.h
View file @
95d075ff
...
@@ -619,7 +619,7 @@ extern int ix86_arch;
...
@@ -619,7 +619,7 @@ extern int ix86_arch;
|march=athlon-mp: -D__3dNOW__ }\
|march=athlon-mp: -D__3dNOW__ }\
%{march=athlon|march=athlon-tbird|march=athlon-4|march=athlon-xp\
%{march=athlon|march=athlon-tbird|march=athlon-4|march=athlon-xp\
|march=athlon-mp: -D__3dNOW_A__ }\
|march=athlon-mp: -D__3dNOW_A__ }\
%{msse2: -D__SSE2_
BUILTINS_
_ }\
%{msse2: -D__SSE2__ }\
%{march=pentium4: -D__SSE2__ }\
%{march=pentium4: -D__SSE2__ }\
%{!march*:%{!mcpu*:%{!m386:%{!m486:%{!mpentium*:%(cpp_cpu_default)}}}}}"
%{!march*:%{!mcpu*:%{!m386:%{!m486:%{!mpentium*:%(cpp_cpu_default)}}}}}"
...
...
gcc/config/i386/xmmintrin.h
View file @
95d075ff
...
@@ -1058,7 +1058,7 @@ do { \
...
@@ -1058,7 +1058,7 @@ do { \
(row3) = __builtin_ia32_shufps (__t2, __t3, 0xDD); \
(row3) = __builtin_ia32_shufps (__t2, __t3, 0xDD); \
} while (0)
} while (0)
#ifdef __SSE2_
BUILTINS_
_
#ifdef __SSE2__
/* SSE2 */
/* SSE2 */
typedef
int
__v2df
__attribute__
((
mode
(
V2DF
)));
typedef
int
__v2df
__attribute__
((
mode
(
V2DF
)));
typedef
int
__v2di
__attribute__
((
mode
(
V2DI
)));
typedef
int
__v2di
__attribute__
((
mode
(
V2DI
)));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment