From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x631.google.com (mail-ej1-x631.google.com [IPv6:2a00:1450:4864:20::631]) by sourceware.org (Postfix) with ESMTPS id 5C2653858D28 for ; Thu, 21 Jul 2022 08:55:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5C2653858D28 Received: by mail-ej1-x631.google.com with SMTP id bp15so2001140ejb.6 for ; Thu, 21 Jul 2022 01:55:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=O1EHP3JT57cwHTQvIa5VWQ60Im4Lr9KlPoPcYjJrI5E=; b=ogwNljxukCYS20wP5oJ4mEd3LmzPdhhfielfK8AJXoBJ3uyBeATvKJT6y42VjB8kdB JnHWd3ZCgQ+EsSBnZc2u/Da7b4L9/XolzJnRVe9NbnJ6KP0GrDvz337/dYxIm2OFBsXI dKVhiISxN4tmwGnPImbQhwWDRH79TpIC8B6bjZcgfadmZErCGYRncMczPrGIF0wFZ8qm u4NQVflPaNLEr7ayfPGvsTfAFB/TvBrbVjwDqF1BSdqQix/uYQyd/bALt6xTp+DoQ6O8 1bM6cQU8wGa5rAlJJY4MEAq7cErdOjCwON0Zkzh11tJRyAPNha0WXTB/mni40B3Yv02X FxRg== X-Gm-Message-State: AJIora+0o2JmEbOg7NLdkPdlbVmnSV6jvwjKSvCXHjW3IBI/B3MKO0dG YKyud75hBMTpOr6zAP343D52TrEEdJpLdyomSw1UWJ+7 X-Google-Smtp-Source: AGRyM1snuyjhkNPocdSDiRcl7aGHsefXKYQImrGUcFmpsgg9HGtU0E0281WYCTpK9WH4h+RssYxfqM1Bl4s8MESv01Y= X-Received: by 2002:a17:907:c14:b0:72b:6762:de34 with SMTP id ga20-20020a1709070c1400b0072b6762de34mr39197499ejc.94.1658393736800; Thu, 21 Jul 2022 01:55:36 -0700 (PDT) MIME-Version: 1.0 References: <20220705094631.2162-1-kito.cheng@sifive.com> In-Reply-To: From: Kito Cheng Date: Thu, 21 Jul 2022 16:55:24 +0800 Message-ID: Subject: Re: [PATCH] soft-fp: Add fixhf[uns][di|si] and float[uns][di|si]hf To: Joseph Myers Cc: Kito Cheng , Kito Cheng via Libc-alpha Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2022 08:55:39 -0000 Hi Joseph: I didn't have commit access for glibc, could you help me to commit that? thanks! On Wed, Jul 20, 2022 at 4:59 AM Joseph Myers wrote: > > On Tue, 5 Jul 2022, Kito Cheng wrote: > > > Add more IEEE half conversion routines: > > > > - Convert 32-bit/64-bit integer to IEEE half. > > - Convert IEEE half to 32-bit/64-bit integer. > > > > They are required by RISC-V _Float16 support, tested with RISC-V GCC. > > OK. > > -- > Joseph S. Myers > joseph@codesourcery.com