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
ae3aa00d
Commit
ae3aa00d
authored
Jul 10, 2002
by
Jan Hubicka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386.c (ix86_init_mmx_sse_builtins): Fix thinko.
From-SVN: r55371
parent
6d844e9d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/config/i386/i386.c
+1
-1
No files found.
gcc/ChangeLog
View file @
ae3aa00d
Wed Jul 10 18:48:55 CEST 2002 Jan Hubicka <jh@suse.cz>
* i386.c (ix86_init_mmx_sse_builtins): Fix thinko.
2002-07-10 Jeffrey A Law <law@redhat.com>
* mn10200.c (expand_epilogue): Fix test to determine which scratch
...
...
@@ -1191,6 +1195,7 @@ Thu Jun 20 00:26:53 2002 Denis Chertykov <denisc@overta.ru>
at start of buffer.
* gcc.c (trad_capable_cpp): Use cc1 always.
>>>>>>> 1.14808
2002-06-20 Jeffrey Law <law@redhat.com>
* i386.h (TARGET_DEFAULT): Do not turn on frame pointer
...
...
gcc/config/i386/i386.c
View file @
ae3aa00d
...
...
@@ -11941,7 +11941,7 @@ ix86_init_mmx_sse_builtins ()
long_long_unsigned_type_node
,
NULL_TREE
);
tree
v2si_ftype_v2sf
=
build_function_type_list
(
V2SI_type_node
,
V2SF
m
ode
,
NULL_TREE
);
=
build_function_type_list
(
V2SI_type_node
,
V2SF
_type_n
ode
,
NULL_TREE
);
tree
v2sf_ftype_v2si
=
build_function_type_list
(
V2SF_type_node
,
V2SI_type_node
,
NULL_TREE
);
tree
v2si_ftype_v2si
...
...
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