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
3d3947a9
Commit
3d3947a9
authored
Apr 13, 2004
by
Fariborz Jahanian
Committed by
Fariborz Jahanian
Apr 13, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Definition of these two macros are corrected by adding matchine right paren.
OKed by Aldy Hernandez. From-SVN: r80646
parent
7f96816a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
gcc/ChangeLog
+6
-0
gcc/config/rs6000/altivec.h
+2
-2
No files found.
gcc/ChangeLog
View file @
3d3947a9
2004-04-12 Fariborz Jahanian <fjahanian@apple.com>
* config/rs6000/altivec.h (vec_mergeh, vec_mergel):
Definition of these two macros are corrected by adding
matchine right paren.
2004-04-12 Jonathan Larmour <jifl@eCosCentric.com>
* fix-header.c: kill(), putenv() and tzset() are POSIX not ANSI.
...
...
gcc/config/rs6000/altivec.h
View file @
3d3947a9
...
...
@@ -8902,7 +8902,7 @@ __ch (__bin_args_eq (vector unsigned int, (a1), vector unsigned int, (a2)), \
((vector unsigned int) __builtin_altivec_vmrghw ((vector signed int) (a1), (vector signed int) (a2))), \
__ch (__bin_args_eq (vector bool int, (a1), vector bool int, (a2)), \
((vector bool int) __builtin_altivec_vmrghw ((vector signed int) (a1), (vector signed int) (a2))), \
__builtin_altivec_compiletime_error ("vec_mergeh")))))))))))
__builtin_altivec_compiletime_error ("vec_mergeh")))))))))))
)
#define vec_vmrghw(a1, a2) \
__ch (__bin_args_eq (vector float, (a1), vector float, (a2)), \
...
...
@@ -8950,7 +8950,7 @@ __ch (__bin_args_eq (vector unsigned int, (a1), vector unsigned int, (a2)), \
((vector unsigned int) __builtin_altivec_vmrglw ((vector signed int) (a1), (vector signed int) (a2))), \
__ch (__bin_args_eq (vector bool int, (a1), vector bool int, (a2)), \
((vector bool int) __builtin_altivec_vmrglw ((vector signed int) (a1), (vector signed int) (a2))), \
__builtin_altivec_compiletime_error ("vec_mergel"))))))))
__builtin_altivec_compiletime_error ("vec_mergel"))))))))
))))
#define vec_vmrglw(a1, a2) \
__ch (__bin_args_eq (vector float, (a1), vector float, (a2)), \
...
...
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