projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c25b504
)
arm: Fix bootstrap
author
Andrea Corallo
<andrea.corallo@arm.com>
Thu, 17 Dec 2020 13:55:28 +0000
(13:55 +0000)
committer
Andrea Corallo
<andrea.corallo@arm.com>
Thu, 17 Dec 2020 15:32:22 +0000
(16:32 +0100)
gcc/ChangeLog
2020-12-17 Andrea Corallo <andrea.corallo@arm.com>
* config/arm/arm_neon.h (vcreate_p64): Remove call to
'__builtin_neon_vcreatedi'.
gcc/config/arm/arm_neon.h
patch
|
blob
|
history
diff --git
a/gcc/config/arm/arm_neon.h
b/gcc/config/arm/arm_neon.h
index 3efcfa452295634316fdab3c4eefc4c01dc1df70..402951621cbf4220f6b546d021f492a545226d92 100644
(file)
--- a/
gcc/config/arm/arm_neon.h
+++ b/
gcc/config/arm/arm_neon.h
@@
-6531,7
+6531,7
@@
__extension__ extern __inline poly64x1_t
__attribute__ ((__always_inline__, __gnu_inline__, __artificial__))
vcreate_p64 (uint64_t __a)
{
- return (poly64x1_t)
__builtin_neon_vcreatedi ((__builtin_neon_di) __a)
;
+ return (poly64x1_t)
__a
;
}
#pragma GCC pop_options