Skip to content

Commit 393d086

Browse files
committed
Revert "configury: do not use _Float16 if noisy build"
This reverts commit 9e2d9bd. The next commit will support `_Float16` better. Signed-off-by: KAWASHIMA Takahiro <t-kawashima@fujitsu.com>
1 parent 722f7a3 commit 393d086

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

config/opal_check_alt_short_float.m4

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ dnl -*- shell-script -*-
22
dnl
33
dnl Copyright (c) 2018-2020 FUJITSU LIMITED. All rights reserved.
44
dnl Copyright (c) 2020 Cisco Systems, Inc. All rights reserved.
5-
dnl Copyright (c) 2021 Triad National Security, LLC. All rights
6-
dnl reserved.
75
dnl $COPYRIGHT$
86
dnl
97
dnl Additional copyrights may follow
@@ -16,16 +14,7 @@ dnl Check whether the user wants to use an alternate type of C 'short float'.
1614
dnl OPAL_CHECK_ALT_SHORT_FLOAT
1715
dnl ------------------------------------------------------------
1816
AC_DEFUN([OPAL_CHECK_ALT_SHORT_FLOAT], [
19-
dnl
20-
dnl Testing for this without checking if compiler generates warnings makes for a messy build.
21-
dnl Hence the twiddling of the CFLAGS
22-
dnl
23-
OPAL_VAR_SCOPE_PUSH([CFLAGS_save])
24-
CFLAGS_save=$CFLAGS
25-
CFLAGS="-Werror $CFLAGS"
2617
AC_CHECK_TYPES(_Float16)
27-
CFLAGS=$CFLAGS_save
28-
OPAL_VAR_SCOPE_POP
2918
AC_MSG_CHECKING([if want alternate C type of short float])
3019
AC_ARG_ENABLE([alt-short-float],
3120
[AS_HELP_STRING([--enable-alt-short-float=TYPE],

0 commit comments

Comments
 (0)