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
c60535f9
Commit
c60535f9
authored
Jan 17, 2009
by
Ben Elliston
Committed by
Ben Elliston
Jan 18, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/32/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
From-SVN: r143475
parent
19196f44
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
libgcc/ChangeLog
+4
-0
libgcc/config/i386/32/tf-signs.c
+3
-0
No files found.
libgcc/ChangeLog
View file @
c60535f9
2009-01-18 Ben Elliston <bje@au.ibm.com>
* config/i386/32/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
2009-01-16 Ben Elliston <bje@au.ibm.com>
* config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp
...
...
libgcc/config/i386/32/tf-signs.c
View file @
c60535f9
...
...
@@ -40,6 +40,9 @@ union _FP_UNION_Q
}
bits
__attribute__
((
packed
));
};
__float128
__copysigntf3
(
__float128
,
__float128
);
__float128
__fabstf2
(
__float128
);
__float128
__copysigntf3
(
__float128
a
,
__float128
b
)
{
...
...
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