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
2e681715
Commit
2e681715
authored
Feb 17, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Feb 17, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libgcc2.c, tree-vect-analyze.c: Fix comment typos.
From-SVN: r95196
parent
c6d01079
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/libgcc2.c
+1
-1
gcc/tree-vect-analyze.c
+1
-1
No files found.
gcc/ChangeLog
View file @
2e681715
2005-02-17 Kazu Hirata <kazu@cs.umass.edu>
* libgcc2.c, tree-vect-analyze.c: Fix comment typos.
2005-02-17 Andreas Krebbel <krebbel1@de.ibm.com>
* builtins.c (expand_builtin_return_addr): Remove tem parameter.
...
...
gcc/libgcc2.c
View file @
2e681715
...
...
@@ -1287,7 +1287,7 @@ __fixunssfDI (SFtype a)
{
/* Since we know that there are fewer significant bits in the SFmode
quantity than in a word, we know that we can convert out all the
signficant bits in one step, and thus avoid losing bits. */
sign
i
ficant bits in one step, and thus avoid losing bits. */
/* ??? This following loop essentially performs frexpf. If we could
use the real libm function, or poke at the actual bits of the fp
...
...
gcc/tree-vect-analyze.c
View file @
2e681715
/* An
la
ysis Utilities for Loop Vectorization.
/* An
al
ysis Utilities for Loop Vectorization.
Copyright (C) 2003,2004,2005 Free Software Foundation, Inc.
Contributed by Dorit Naishlos <dorit@il.ibm.com>
...
...
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