From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 007C01F463 for ; Fri, 22 Nov 2019 20:28:14 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version:content-type; q=dns; s=default; b=HQtTt pL7BghFG5MhHR1XnXSzlIEVgbRnVVT3mg1oHIx+HOIlAhxlzlZIq2qe76ZyPGRXx q/rYf3/bDiRzt9gS9v+OetQolqxiBWqpvy8n/0HdW37WD+cb2aLtXxn/xcV6+2do mwr7dAuli7ZTYzqQpCfYIe5OsIQwmBlQMWb+6k= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version:content-type; s=default; bh=y/iZNzmTJnf gLa5tLpeFjv+J/xg=; b=q6+HR6DN26TyFHabG/rwQ57ED3TpYJcoCwyLyyXsRUM lxQ17o2hsOcnAaZl5PdbmZQtpizwN396j/m71b0stjD7LE18NQnhTPGNIBW4dL/M dc/fcdaG4KQPRnfyV5cUlbGYTquXEjYtQTVOkWlIFhGEOcnNfogfn/kJJ3X8n98A = Received: (qmail 106877 invoked by alias); 22 Nov 2019 20:28:12 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 106864 invoked by uid 89); 22 Nov 2019 20:28:12 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: azure.elm.relay.mailchannels.net X-Sender-Id: dreamhost|x-authsender|tuliom@ascii.art.br X-Sender-Id: dreamhost|x-authsender|tuliom@ascii.art.br X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|tuliom@ascii.art.br X-MailChannels-Auth-Id: dreamhost X-Broad-Shelf: 0bd64c65297ae984_1574454488757_1041355999 X-MC-Loop-Signature: 1574454488757:3353569287 X-MC-Ingress-Time: 1574454488757 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=ascii.art.br; h=from:to:cc :subject:in-reply-to:references:date:message-id:mime-version :content-type; s=ascii.art.br; bh=y/iZNzmTJnfgLa5tLpeFjv+J/xg=; b= DrsnD/HfYN5Rbdir1wdRnpmklIY3gDHeo0yGruaSS+Mixh/m0ENdOcoJ36gZBYCW HJXluKitd4Mqb8rLG49ypWYwvLHU8wgpO0htGwjr168tBrsL4+OBJzXWj30GkTnD eaXafc5iw6iO3PrqFjWS3tXuFQvpJouepUH1Fbv/520= X-DH-BACKEND: pdx1-sub0-mail-a71 From: Tulio Magno Quites Machado Filho To: GT , "libc-alpha\\\@sourceware.org" , Bill Schmidt Cc: Subject: Re: [RFC] PPC64: Vector Function ABI for Power Architecture In-Reply-To: References: User-Agent: Notmuch/0.27 (http://notmuchmail.org) Emacs/25.3.1 (x86_64-redhat-linux-gnu) Date: Fri, 22 Nov 2019 17:27:56 -0300 Message-ID: <8736ef3bcj.fsf@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain GT writes: > 1. The document is hosted at URL: https://github.com/power8-abi-doc > 2. Bill Schmidt, cc'ed here, is the IBMer ultimately responsible for the document. > > The pdf does not render quite right - so for feedback regarding visual presentation of the document, first download the html and open it in a browser. Please use the ABI's rendering in a browser as the basis for any recommendations on its formatting. In section "Vector Function Name Mangling", I'm afraid we can't leave the with an entry as generic as VSX. There are VSX instructions included in ISA 3.0 that will not execute in ISA 2.07. So, I think we need 2 entries there: 1. ISA 2.07, which is the minimum ISA required in this document. 2. ISA 3.0 -- Tulio Magno