returnvcvt_f16_f32(a);// expected-warning{{implicit declaration of function 'vcvt_f16_f32'}} expected-error{{returning 'int' from a function with incompatible result type 'float16x4_t'}}
}
float32x4_ttest_vcvt_f32_f16(float16x4_ta){
returnvcvt_f32_f16(a);// expected-warning{{implicit declaration of function 'vcvt_f32_f16'}} expected-error{{returning 'int' from a function with incompatible result type 'float32x4_t'}}
returnvrnda_f16(a);// expected-warning{{implicit declaration of function 'vrnda_f16'}} expected-error{{returning 'int' from a function with incompatible result type 'float16x4_t'}}
}
float16x8_ttest_vrndaq_f16(float16x8_ta){
returnvrndaq_f16(a);// expected-warning{{implicit declaration of function 'vrndaq_f16'}} expected-error{{returning 'int' from a function with incompatible result type 'float16x8_t'}}
}
float16x4_ttest_vrnd_f16(float16x4_ta){
returnvrnd_f16(a);// expected-warning{{implicit declaration of function 'vrnd_f16'}} expected-error{{returning 'int' from a function with incompatible result type 'float16x4_t'}}
}
float16x8_ttest_vrndq_f16(float16x8_ta){
returnvrndq_f16(a);// expected-warning{{implicit declaration of function 'vrndq_f16'}} expected-error{{returning 'int' from a function with incompatible result type 'float16x8_t'}}
}
float16x4_ttest_vrndi_f16(float16x4_ta){
returnvrndi_f16(a);// expected-warning{{implicit declaration of function 'vrndi_f16'}} expected-error{{returning 'int' from a function with incompatible result type 'float16x4_t'}}
}
float16x8_ttest_vrndiq_f16(float16x8_ta){
returnvrndiq_f16(a);// expected-warning{{implicit declaration of function 'vrndiq_f16'}} expected-error{{returning 'int' from a function with incompatible result type 'float16x8_t'}}
}
float16x4_ttest_vrndm_f16(float16x4_ta){
returnvrndm_f16(a);// expected-warning{{implicit declaration of function 'vrndm_f16'}} expected-error{{returning 'int' from a function with incompatible result type 'float16x4_t'}}
}
float16x8_ttest_vrndmq_f16(float16x8_ta){
returnvrndmq_f16(a);// expected-warning{{implicit declaration of function 'vrndmq_f16'}} expected-error{{returning 'int' from a function with incompatible result type 'float16x8_t'}}
}
float16x4_ttest_vrndn_f16(float16x4_ta){
returnvrndn_f16(a);// expected-warning{{implicit declaration of function 'vrndn_f16'}} expected-error{{returning 'int' from a function with incompatible result type 'float16x4_t'}}
}
float16x8_ttest_vrndnq_f16(float16x8_ta){
returnvrndnq_f16(a);// expected-warning{{implicit declaration of function 'vrndnq_f16'}} expected-error{{returning 'int' from a function with incompatible result type 'float16x8_t'}}
}
float16x4_ttest_vrndp_f16(float16x4_ta){
returnvrndp_f16(a);// expected-warning{{implicit declaration of function 'vrndp_f16'}} expected-error{{returning 'int' from a function with incompatible result type 'float16x4_t'}}
}
float16x8_ttest_vrndpq_f16(float16x8_ta){
returnvrndpq_f16(a);// expected-warning{{implicit declaration of function 'vrndpq_f16'}} expected-error{{returning 'int' from a function with incompatible result type 'float16x8_t'}}
}
float16x4_ttest_vrndx_f16(float16x4_ta){
returnvrndx_f16(a);// expected-warning{{implicit declaration of function 'vrndx_f16'}} expected-error{{returning 'int' from a function with incompatible result type 'float16x4_t'}}
}
float16x8_ttest_vrndxq_f16(float16x8_ta){
returnvrndxq_f16(a);// expected-warning{{implicit declaration of function 'vrndxq_f16'}} expected-error{{returning 'int' from a function with incompatible result type 'float16x8_t'}}