From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/11455 Path: news.gmane.org!.POSTED!not-for-mail From: "Tuan M. Hoang" Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] s390x: Add single instruction math functions Date: Mon, 12 Jun 2017 00:36:50 -0400 Message-ID: <0371e792-0404-abf5-8591-96c296807e57@flatglobe.org> References: <20170610153648.GT9350@port70.net> <20170610182950.GV9350@port70.net> <20170610194855.GS1627@brightrain.aerifal.cx> <20170610212801.GW9350@port70.net> <20170611022044.GV1627@brightrain.aerifal.cx> <20170611101955.GX9350@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1497242227 3570 195.159.176.226 (12 Jun 2017 04:37:07 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 12 Jun 2017 04:37:07 +0000 (UTC) User-Agent: I-bet-you-care-because-you-read-this-so-please-send-plaintext-email-smiley-face To: musl@lists.openwall.com Original-X-From: musl-return-11468-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jun 12 06:37:01 2017 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1dKH64-0000Yk-IR for gllmg-musl@m.gmane.org; Mon, 12 Jun 2017 06:37:00 +0200 Original-Received: (qmail 25833 invoked by uid 550); 12 Jun 2017 04:37:04 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 25812 invoked from network); 12 Jun 2017 04:37:03 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=flatglobe.org; s=google; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=F+T0MRtn6i+eAPc+mymAykjpS2apTI5gDG8lQIBEI10=; b=R4365VtDzuSZ96ZLjCeWyer/JLzD7vRAjKtkdS+zyCKOiX+ZWmth/WtDw4ADlQiKKb FS4FMqUjGc52f6bI+1zoDhdduzjCL1blxoW8uixzyGMRvkwsVXv+uQbRfcT2jtdpo83Z 54hMRFfglTy/x1aQ43bkiTpxWZ8N6/ywBGR3k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=F+T0MRtn6i+eAPc+mymAykjpS2apTI5gDG8lQIBEI10=; b=Y+ilA0b6LQ1zS6skfUtb/gALOw1wyoJ71auJtRmBmgJ8oaj5zn0Bwa07kGjowgtav9 0EOApqfHOTsAVoR/9qhov7nM+4880m9glFyRuZRqyfzlR+4Vdn2uNjaS3ofTrrDOMnWf BHt845Cz/qdFkc6+/3ywLLW80qRFiyacIcjorkMu6lmUU324LU5tnrRn0SNdl4S0A8eT cNw0nRqTzbiM7/yjeBTEOAhFqW3YtePEG+QOqUXIEGjpGuX26wxMAh8LLXoKsaAzbFmm Cwuz4RBOsj/PKQe2IiIoDl+KXC8Y6W0Twn1QG8pUekAhAwopYWQVdk9j+epxdJDcQk4F /Nnw== X-Gm-Message-State: AKS2vOygNZsNcRuqOpkUVswdVt01ubAJvtriF/OXdMkvQd1sIB2Fyvui aVI32p0Zzkbp6GSipEjBGw== X-Received: by 10.55.131.132 with SMTP id f126mr7248389qkd.212.1497242211332; Sun, 11 Jun 2017 21:36:51 -0700 (PDT) In-Reply-To: Content-Language: en-US Xref: news.gmane.org gmane.linux.lib.musl.general:11455 Archived-At: On 06/11/2017 10:46 PM, David Edelsohn wrote: > > I can't find any official hardware requirements description for Alpine > Linux. I tend to doubt that user would run it on older hardware, > especially hardware no longer supported by other, modern Linux > distributions. > Indeed Alpine Linux also supports from z196 and later machines : https://git.alpinelinux.org/cgit/aports/tree/main/gcc/APKBUILD#n253 https://git.alpinelinux.org/cgit/aports/tree/main/linux-vanilla/config-vanilla.s390x#n390 Tuan,