From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) by sourceware.org (Postfix) with ESMTPS id CEFE5393D02D for ; Wed, 3 Mar 2021 12:36:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org CEFE5393D02D Received: by mail-wm1-x335.google.com with SMTP id i9so5059646wml.0 for ; Wed, 03 Mar 2021 04:36:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=aJwyp7Kf0mrNfDhqR9Dt3UE1k24iA0urhXT8Iasy5MQ=; b=OYvEo+VwL15FXvBalAtyM7iOe7W6HkKCB+o3NIGx5EqGuUrr50cY2JssmaClRzBCII b884V7ThkNt9/cD3we10hmL7Pw68Q6sZp8BmcF2rv8hITT05eWiPx48zCdGL55YW8dyU 1JaKAQaDfPgQbeo+5+86LnKphoTILacoOZ0umGY2y24QnNCroTSUq0s3uOFBbeZbssT3 8qpfKgPI6t4qLWozbXDM5NWRd5NXTuP4aoNSTDCgWXlZK/mho3t0BarpQRZJNgzK4M5B EAjFGr3+ik8UphoJUVwOPPoqqofrzXfyq+nx7bigacLN37o6Gzlp/SsPihEemXMwUyg+ GYDw== X-Gm-Message-State: AOAM5316dwnSED+MEX/0m33CFwTdMiZIiY0z+VEFlZd63BAMIE8T8CIG TMyoGYZcaBpI9CJQAoVthxoyIx68odka9iehdQA= X-Google-Smtp-Source: ABdhPJyjrjroAbGoRg+RaX4+WQKFFwijItbJho7Swd6yMEg+FbV8VbtJfd0f9B6/nQO22CDc3D9XxqE1Uy1O8zVCViU= X-Received: by 2002:a1c:4c17:: with SMTP id z23mr9108946wmf.17.1614774959143; Wed, 03 Mar 2021 04:35:59 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Wed, 3 Mar 2021 12:35:48 +0000 Message-ID: Subject: Re: float128 support To: David D Cc: "gcc-help@gcc.gnu.org" Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_LINKBAIT3, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2021 12:36:02 -0000 On Tue, 2 Mar 2021 at 22:43, David D via Gcc-help wrote: > > i can i know if float128 is supported with gcc on mips ? https://gcc.gnu.org/onlinedocs/gcc/Floating-Types.html suggests not.