Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=fmvnt3Q6; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=y2rfTdR/ Received: by mail.netbsd.org (Postfix, from userid 605) id E84C584D8C; Wed, 24 Apr 2024 07:51:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713945079; bh=gvKSiv3vRulTwInDQDV0ik/7MpimIRsF96W/J4TgLDE=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=fmvnt3Q6/V4qSzz3jIs/IcOu6JjQDn7veJO5Q8r1Zt0F7CZnMAIaRj3EUxLzHYSyk QPFu9rw5wHM9U0xVdSGPD85CL9hbzUU7zc0LvLuN7Qq2qT69AD+siWYXodAV8bxjfb pIhieFkgb7pOGywOYQNoTxYNfrjuwqlo23eV3nWk= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D02FB84D8B for ; Wed, 24 Apr 2024 07:51:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id n0WvjtjX7Hmf for ; Wed, 24 Apr 2024 07:51:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6FA1684CE2 for ; Wed, 24 Apr 2024 07:51:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713945077; bh=gvKSiv3vRulTwInDQDV0ik/7MpimIRsF96W/J4TgLDE=; h=Date:From:Subject:To:Reply-To; b=y2rfTdR/X7wtfV04AUfBip7NP7iK7uN9xALPvTR991fSUt5nt3mp0DBqDKfLLPXT9 DF5oIEvxiMEkgOVWju30bRD5C6OdwQ4JO5wUPbi5ALVcltdHIuNi1l3caP43yq43DL Kx+QFh25CN2ntZ/WNuoPXkThfepbxLItew9PpQlM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5E72CFA2C; Wed, 24 Apr 2024 07:51:17 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 24 Apr 2024 07:51:17 +0000 From: "Martin Husemann" Subject: CVS commit: xsrc/external/mit/MesaLib/dist/src/util To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240424075117.5E72CFA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: xsrc Committed By: martin Date: Wed Apr 24 07:51:17 UTC 2024 Modified Files: xsrc/external/mit/MesaLib/dist/src/util: u_cpu_detect.c Log Message: Add dummy cpu feature detection for mipsn64 on NetBSD. XXX seems there is no way to detect mips MSA (SIMD) support currently. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ xsrc/external/mit/MesaLib/dist/src/util/u_cpu_detect.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.