File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 438
438
/* Define if x86/x86_64 out of order instructions should be synchronized */
439
439
#undef ETHR_X86_OUT_OF_ORDER
440
440
441
+ /* Define to 1 if _Float16 can be converted from/to double. */
442
+ #undef FLOAT16_IS_CONVERTIBLE
443
+
441
444
/* Define to 1 if you have the <arpa/nameser.h> header file. */
442
445
#undef HAVE_ARPA_NAMESER_H
443
446
Original file line number Diff line number Diff line change @@ -19754,6 +19754,37 @@ printf "%s\n" "#define SIZEOF__FLOAT16 $ac_cv_sizeof__Float16" >>confdefs.h
19754
19754
19755
19755
19756
19756
19757
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19758
+ /* end confdefs.h. */
19759
+ _Float16 x = 0.0;
19760
+ int
19761
+ main (void)
19762
+ {
19763
+
19764
+ ;
19765
+ return 0;
19766
+ }
19767
+ _ACEOF
19768
+ if ac_fn_c_try_compile "$LINENO"
19769
+ then :
19770
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _Float16 convertible" >&5
19771
+ printf %s "checking for _Float16 convertible... " >&6; }
19772
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19773
+ printf "%s\n" "yes" >&6; }
19774
+
19775
+ printf "%s\n" "#define FLOAT16_IS_CONVERTIBLE 1" >>confdefs.h
19776
+
19777
+
19778
+ else case e in #(
19779
+ e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _Float16 convertible" >&5
19780
+ printf %s "checking for _Float16 convertible... " >&6; }
19781
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
19782
+ printf "%s\n" "no" >&6; }
19783
+ ;;
19784
+ esac
19785
+ fi
19786
+ rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
19787
+
19757
19788
BITS64=
19758
19789
19759
19790
if test $ac_cv_sizeof_void_p = 8; then
You can’t perform that action at this time.
0 commit comments