From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from elaine.keithp.com (home.keithp.com [63.227.221.253]) by sourceware.org (Postfix) with ESMTPS id E92E638618B2 for ; Tue, 27 Oct 2020 18:11:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E92E638618B2 Received: from localhost (localhost [127.0.0.1]) by elaine.keithp.com (Postfix) with ESMTP id 42A9B3F2DD86; Tue, 27 Oct 2020 11:11:19 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at keithp.com Received: from elaine.keithp.com ([127.0.0.1]) by localhost (elaine.keithp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 33l-ssz4n8Km; Tue, 27 Oct 2020 11:11:18 -0700 (PDT) Received: from keithp.com (koto.keithp.com [10.0.0.2]) by elaine.keithp.com (Postfix) with ESMTPSA id CD1233F2DD71; Tue, 27 Oct 2020 11:11:18 -0700 (PDT) Received: by keithp.com (Postfix, from userid 1000) id 920D91582210; Tue, 27 Oct 2020 11:11:18 -0700 (PDT) From: "Keith Packard" To: Kito Cheng , newlib@sourceware.org Cc: Kito Cheng Subject: Re: [PATCH 2/2] RISC-V: Implment finite and fpclassify In-Reply-To: <20201027061958.83712-2-kito.cheng@sifive.com> References: <20201027061958.83712-1-kito.cheng@sifive.com> <20201027061958.83712-2-kito.cheng@sifive.com> Date: Tue, 27 Oct 2020 11:11:18 -0700 Message-ID: <875z6vfsjd.fsf@keithp.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2020 18:11:22 -0000 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Kito Cheng writes: > +int > +isinf (double x) > +{ > + long fclass =3D _fclass_d (x); > + return (fclass & FCLASS_INF); > +} > +#else > +#include "../../common/sf_isinf.c" > +#endif You probably want to include s_isinf.c here instead of sf_isinf.c =2D-=20 =2Dkeith --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEw4O3eCVWE9/bQJ2R2yIaaQAAABEFAl+YYsYACgkQ2yIaaQAA ABHpaxAAovYUXsAvIb/n52rKCOF7O4KnCsTcej59fBpigDS1EPT3u72Ic9QvCvwK pr+oiWGUtxTI3KJOcZGx4cGBOxg2rAbWZcPQy0o2BoX9hbFvmnnbh0reKyQUELRF v4QJkZo4+PuG0T96qt+15XbmFKFhA2VifVk1DqpfVjaPFA5TqZ4n0jQvKm0orzIS pPj4d2oteSTTQvUIhBHAAIHkVNWDL5rAmzThUvxNhzkRQH45oKd4GJLmuLtqmwGQ yoaNsm0A4n8CDSRBGMmwruJ31rlkACGi/tD3HFs15yU+c+pVmi5VQ8ag7bpisxQH rKAaL10cR4ZWpNku/M/Yf+868iBpJXpD3TNoPfypzbxkVZ1svt8jO7gEZfLVYfIh KlLYq9yvdUAUKO/7A2r81ISmvWf4FxVhABLZIHFvo7GOMhdoHN/HvPn3GqcSaGbG 7XF4iymrW1oM6r0Uk2P1D0QNcTuHvopxDFliINirvWzWs5dBZ0c5bib/LON7aHjG q9YW5o4XedVXX0QRhFcCI9h9VKLpkjjikJtgyVyjUkF9AMY2nFKTllVs6Wswqtqf GEypEcHVjEPhUpteyRYRRb6k8V+wi8V1FJKJ/XQ8hZsFgn/Eas4eH9HNo9MjOgT+ XnqdBWGUYcKH6xifoli3/C1qXkgAIOoGrIi1Fc2vCYkqp+4qitA= =Nn4H -----END PGP SIGNATURE----- --=-=-=--