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
5750e120
Commit
5750e120
authored
Feb 28, 2014
by
Ian Bolton
Committed by
Ian Bolton
Feb 28, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define __ARM_NEON for aarch64 by default unless general_regs_only
From-SVN: r208224
parent
84d7e312
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+5
-0
gcc/config/aarch64/aarch64.h
+3
-0
No files found.
gcc/ChangeLog
View file @
5750e120
2014-02-28 Ian Bolton <ian.bolton@arm.com>
* config/aarch64/aarch64.h: Define __ARM_NEON by default if
we are not using general regs only.
2014-02-28 Richard Biener <rguenther@suse.de>
PR target/60280
...
...
gcc/config/aarch64/aarch64.h
View file @
5750e120
...
...
@@ -32,6 +32,9 @@
else \
builtin_define ("__AARCH64EL__"); \
\
if (!TARGET_GENERAL_REGS_ONLY) \
builtin_define ("__ARM_NEON"); \
\
switch (aarch64_cmodel) \
{ \
case AARCH64_CMODEL_TINY: \
...
...
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