-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm neon: disable some FCVTZS/FCVTMS/FCVTPS/FCVTNS family intrinsics
while we figure out the situation in #1099 vcvth_s16_f16 vcvtah_s16_f16 vcvth_n_s32_f16 vcvth_n_s64_f16 vcvth_n_u32_f16 vcvth_n_u64_f16 vcvth_n_f16_s32 vcvth_n_f16_s64 vcvth_n_f16_u32 vcvth_n_f16_u64 vcvtmh_s16_f16 vcvtms_s32_f32 vcvtmd_s64_f64 vcvtnh_s16_f16 vcvtph_s16_f16 vcvtps_s32_f32 vcvtpd_s64_f64 Above removed due to test failures on real hardware vcvt_s16_f16 vcvtq_s16_f16 vcvth_n_s16_f16 vcvt_n_s16_f16 vcvtq_n_s16_f16 (fallback implementations call vcvth_s16_f16) vcvta_s16_f16 vcvtaq_s16_f16 (fallback implementations call vcvtah_s16_f16) vcvtmq_s32_f32 vcvtm_s32_f32 (fallback implementations call vcvtms_s32_f32) vcvtmq_s64_f64 vcvtm_s64_f64 (fallback implementations call vcvtmd_s64_f64) vcvtnq_s16_f16 vcvtn_s16_f16 (fallback implementations call vcvtnh_s16_f16) vcvtpq_s16_f16 vcvtp_s16_f16 (fallback implementations call vcvtph_s16_f16) vcvtpq_s32_f32 vcvtp_s32_f32 (fallback implementations call vcvtps_s32_f32) vcvtpq_s64_f64 vcvtp_s64_f64 (fallback implementations call vcvtpd_s64_f64) vcvtmq_s16_f16 vcvtm_s16_f16 (fallback implementations call vcvtmh_s16_f16)
- Loading branch information
Showing
10 changed files
with
188 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.