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
b4f05423
Commit
b4f05423
authored
Nov 11, 2005
by
Daniel Jacobowitz
Committed by
Daniel Jacobowitz
Nov 11, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* longlong.h (__clz_tab): Always provide.
From-SVN: r106803
parent
2e58f311
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/longlong.h
+2
-1
No files found.
gcc/ChangeLog
View file @
b4f05423
2005
-
11
-
11
Daniel
Jacobowitz
<
dan
@codesourcery
.
com
>
*
longlong
.
h
(
__clz_tab
)
:
Always
provide
.
2005
-
11
-
11
Steven
Bosscher
<
stevenb
@suse
.
de
>
2005
-
11
-
11
Steven
Bosscher
<
stevenb
@suse
.
de
>
PR
24265
PR
24265
...
...
gcc/longlong.h
View file @
b4f05423
...
@@ -41,9 +41,10 @@
...
@@ -41,9 +41,10 @@
#define UWtype USItype
#define UWtype USItype
#define UHWtype USItype
#define UHWtype USItype
#define UDWtype UDItype
#define UDWtype UDItype
extern
const
UQItype
__clz_tab
[
256
]
ATTRIBUTE_HIDDEN
;
#endif
#endif
extern
const
UQItype
__clz_tab
[
256
];
/* Define auxiliary asm macros.
/* Define auxiliary asm macros.
1) umul_ppmm(high_prod, low_prod, multiplier, multiplicand) multiplies two
1) umul_ppmm(high_prod, low_prod, multiplier, multiplicand) multiplies two
...
...
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