comparison gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/bfcvtn-nobf16.c @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents
children
comparison
equal deleted inserted replaced
145:1830386684a0 152:2b5abeee2509
1 /* { dg-do assemble { target { aarch64*-*-* } } } */
2 /* { dg-additional-options "-march=armv8.2-a+nobf16" } */
3
4 #include <arm_neon.h>
5
6 bfloat16x4_t test_bfcvtn (float32x4_t a)
7 {
8 /* { dg-error "inlining failed .* 'vcvt_bf16_f32" "" { target *-*-* } 0 } */
9 return vcvt_bf16_f32 (a);
10 }