Skip to content

Commit 46fe384

Browse files
committed
+ test conversion from double
1 parent d90dafb commit 46fe384

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

configure

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4465,6 +4465,7 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[
44654465
int main(void)
44664466
{
44674467
_Float16 val = 1.0f16;
4468+
_Float16 val2 = (_Float16)3.14;
44684469
return 0;
44694470
}
44704471
]])], [ac_cv_float16_supported=yes],

0 commit comments

Comments
 (0)