fp-bit.c (_unord_f2): Compile it in even if US_SOFTWARE_GOFAST is enabled.
authorAlexandre Oliva <aoliva@redhat.com>
Fri, 8 Mar 2002 03:02:00 +0000 (03:02 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Fri, 8 Mar 2002 03:02:00 +0000 (03:02 +0000)
* config/fp-bit.c (_unord_f2): Compile it in even if
US_SOFTWARE_GOFAST is enabled.

From-SVN: r50423

gcc/ChangeLog
gcc/config/fp-bit.c

index fa565f77dbdfa86c02ddc284daabcdfd9a8a8822..26cdb9d84141ab715226bd7cbf4118f789c29775 100644 (file)
@@ -1,5 +1,8 @@
 2002-03-07  Alexandre Oliva  <aoliva@redhat.com>
 
+       * config/fp-bit.c (_unord_f2): Compile it in even if
+       US_SOFTWARE_GOFAST is enabled.
+
        * config/gofast.h (GOFAST_RENAME_LIBCALLS): Set gt and ge as
        NULL_RTX.  Set all HFmode operations as NULL_RTX.
        * optabs.c (prepare_float_lib_cmp) <GT, GE, LT, LE>: If libfunc is
index 94e11e7e3d7070c4f172907ad4b749e18dc8f955..4d39d91287699c292380a4f8af5ac802fdcf1e1d 100644 (file)
@@ -1110,6 +1110,8 @@ _le_f2 (FLO_type arg_a, FLO_type arg_b)
 }
 #endif /* L_le_sf || L_le_df */
 
+#endif /* ! US_SOFTWARE_GOFAST */
+
 #if defined(L_unord_sf) || defined(L_unord_df)
 CMPtype
 _unord_f2 (FLO_type arg_a, FLO_type arg_b)
@@ -1128,8 +1130,6 @@ _unord_f2 (FLO_type arg_a, FLO_type arg_b)
 }
 #endif /* L_unord_sf || L_unord_df */
 
-#endif /* ! US_SOFTWARE_GOFAST */
-
 #if defined(L_si_to_sf) || defined(L_si_to_df)
 FLO_type
 si_to_float (SItype arg_a)