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
944c6ecc
Commit
944c6ecc
authored
20 years ago
by
Richard Henderson
Committed by
Richard Henderson
20 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/i386.h (TARGET_SSE_TYPELESS_LOAD0): Remove.
From-SVN: r92456
parent
d20b1190
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.h
+0
-1
No files found.
gcc/ChangeLog
View file @
944c6ecc
2004
-
12
-
21
Richard
Henderson
<
rth
@
redhat
.
com
>
*
config
/
i386
/
i386
.
h
(
TARGET_SSE_TYPELESS_LOAD0
):
Remove
.
2004
-
12
-
21
Eric
Botcazou
<
ebotcazou
@
libertysurf
.
fr
>
*
expr
.
c
(
emit_group_load_1
):
Return
the
source
if
the
move
...
...
This diff is collapsed.
Click to expand it.
gcc/config/i386/i386.h
View file @
944c6ecc
...
...
@@ -290,7 +290,6 @@ extern int x86_prefetch_sse;
#define TARGET_SSE_PARTIAL_REGS_FOR_CVTSD2SS \
(x86_sse_partial_regs_for_cvtsd2ss & TUNEMASK)
#define TARGET_SSE_TYPELESS_STORES (x86_sse_typeless_stores & TUNEMASK)
#define TARGET_SSE_TYPELESS_LOAD0 (x86_sse_typeless_load0 & TUNEMASK)
#define TARGET_SSE_LOAD0_BY_PXOR (x86_sse_load0_by_pxor & TUNEMASK)
#define TARGET_MEMORY_MISMATCH_STALL (x86_memory_mismatch_stall & TUNEMASK)
#define TARGET_PROLOGUE_USING_MOVE (x86_prologue_using_move & TUNEMASK)
...
...
This diff is collapsed.
Click to expand it.
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