From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34487 invoked by alias); 6 Jan 2020 16:26:56 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 34475 invoked by uid 89); 6 Jan 2020 16:26:56 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy= X-HELO: us-smtp-1.mimecast.com Received: from us-smtp-delivery-1.mimecast.com (HELO us-smtp-1.mimecast.com) (207.211.31.120) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 06 Jan 2020 16:26:55 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578328013; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7r4xCbkQdkW1ICNjVSDHl5fFboQ8lT2S3f5ZRWI8uXU=; b=jS5tqk2Q+20To7EJyBAmdPi++r/jo/DrLQKNQExbkmVtlldO0bFSTxLsFyDEhSRy5D84l8 xogIz+63ZxOjujm1MFatM2IgED8mlCY9KYdUHPnSPYkYEwcgtGZ2z4KBnTHs9uj1xo8OUK ykx5imIzYO7WGOB4E4GSq205oEROyHE= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-23-IS3tHpMSNqaF2Oog9UndfA-1; Mon, 06 Jan 2020 11:26:50 -0500 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 65537800D4E; Mon, 6 Jan 2020 16:26:49 +0000 (UTC) Received: from ovpn-112-19.phx2.redhat.com (ovpn-112-19.phx2.redhat.com [10.3.112.19]) by smtp.corp.redhat.com (Postfix) with ESMTP id CB719858AB; Mon, 6 Jan 2020 16:26:48 +0000 (UTC) Message-ID: <10e3b393d56dd01716c6db44dc227af91e4f579f.camel@redhat.com> Subject: Re: [patch,avr, 3/3] Support 64-bit (long) double: libf7. From: Jeff Law Reply-To: law@redhat.com To: Georg-Johann Lay , GCC Patches Date: Mon, 06 Jan 2020 16:26:00 -0000 In-Reply-To: <2004f6be-11af-5b94-0ba3-2ce7cc7c2a31@gjlay.de> References: <268c2e7e-aca7-58fa-602c-6b9dafc133e7@gjlay.de> <2004f6be-11af-5b94-0ba3-2ce7cc7c2a31@gjlay.de> User-Agent: Evolution 3.34.2 (3.34.2-1.fc31) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00144.txt.bz2 On Mon, 2019-12-16 at 17:49 +0100, Georg-Johann Lay wrote: > Am 16.12.19 um 17:40 schrieb Georg-Johann Lay: > Patch 3/3 is the actual libf7 implementation. A great deal of which is > assembly, together with C + inline assembly for higher routines. > > Johann > > libgcc/config/avr/libf7/ > * t-libf7: New file. > * t-libf7-math: New file. > * t-libf7-math-symbols: New file. > * libf7-common.mk: New file. > * libf7-asm-object.mk: New file. > * libf7-c-object.mk: New file. > * asm-defs.h: New file. > * libf7.h: New file. > * libf7.c: New file. > * libf7-asm.sx: New file. > * libf7-array.def: New file. > * libf7-const.def: New file. > * libf7-constdef.h: New file. > * f7renames.sh: New script. > * f7wraps.sh: New script. > * f7-renames.h: New generated file. > * f7-wraps.h: New generated file. Same with this one was well. libf7->libf77. jeff