2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-24 07:00:29 +08:00

[ARM] Fix Dot Product NEON intrinsics

2017-11-24  Christophe Lyon  <christophe.lyon@linaro.org>

	* config/arm/arm_neon.h: Fix pragma GCC push_options before
	vdot_u32.

From-SVN: r255126
This commit is contained in:
Christophe Lyon 2017-11-23 23:24:51 +00:00 committed by Christophe Lyon
parent 773076a512
commit 117e6b50b6
2 changed files with 6 additions and 1 deletions
gcc

@ -1,3 +1,8 @@
2017-11-24 Christophe Lyon <christophe.lyon@linaro.org>
* config/arm/arm_neon.h: Fix pragma GCC push_options before
vdot_u32.
2017-11-23 Julia Koval <julia.koval@intel.com>
config/i386/avx512vbmi2intrin.h (_mm512_mask_expand_epi8,

@ -18036,8 +18036,8 @@ vzipq_f16 (float16x8_t __a, float16x8_t __b)
/* AdvSIMD Dot Product intrinsics. */
#pragma GCC push_options
#if __ARM_ARCH >= 8
#pragma GCC push_options
#pragma GCC target ("arch=armv8.2-a+dotprod")
__extension__ extern __inline uint32x2_t