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
b2e77a37
Commit
b2e77a37
authored
Apr 12, 2019
by
Jakub Jelinek
Committed by
Jakub Jelinek
Apr 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/mips/loongson-mmiintrin.h: Fix up #error message.
From-SVN: r270322
parent
63b8a166
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/mips/loongson-mmiintrin.h
+2
-2
No files found.
gcc/ChangeLog
View file @
b2e77a37
2019-04-12 Jakub Jelinek <jakub@redhat.com>
* config/mips/loongson-mmiintrin.h: Fix up #error message.
2019-04-12 Jan Hubicka <hubicka@ucw.cz>
* params.def (PARAM_MAX_LTO_STREAMING_PARALLELISM): New parameter.
...
...
gcc/config/mips/loongson-mmiintrin.h
View file @
b2e77a37
...
...
@@ -28,8 +28,8 @@
#define _GCC_LOONGSON_MMIINTRIN_H
#if !defined(__mips_loongson_mmi)
# error
"You must select -mloongson-mmi or -march=loongson2e/2f/3a to use
loongson
-
mmiintrin
.
h
"
# error
You must select -mloongson-mmi or -march=loongson2e/2f/3a to use\
loongson-mmiintrin.h
#endif
#ifdef __cplusplus
...
...
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