arm: MVE: make sure we only use the Arm namespace variant of vuninitializedq
This patch replaces all uses of 'vuninitializedq_*' by the same function but under the __arm_ namespace. In case we define the PRESERVE MACRO the variant without the '__arm_' prefix will not be available. gcc/ChangeLog: 2020-04-07 Andre Vieira <andre.simoesdiasvieira@arm.com> * config/arm/arm_mve.h: Replace all uses of vuninitializedq_* with the same with '__arm_' prefix.
This commit is contained in:
parent
302b683628
commit
c431634b2f
2 changed files with 369 additions and 364 deletions
|
@ -1,3 +1,8 @@
|
|||
2020-04-07 Andre Vieira <andre.simoesdiasvieira@arm.com>
|
||||
|
||||
* config/arm/arm_mve.h: Replace all uses of vuninitializedq_* with the
|
||||
same with '__arm_' prefix.
|
||||
|
||||
2020-04-07 Andre Vieira <andre.simoesdiasvieira@arm.com>
|
||||
|
||||
* config/arm/mve.md (mve_vec_extract*): Allow memory operands in set.
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue