From owner-dev-commits-src-all@freebsd.org Tue Jul 6 10:07:18 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3A0556550D2 for ; Tue, 6 Jul 2021 10:07:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GJysL1Bzhz4th2; Tue, 6 Jul 2021 10:07:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0ECD117642; Tue, 6 Jul 2021 10:07:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 166A7HpQ018224; Tue, 6 Jul 2021 10:07:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 166A7Hm4018223; Tue, 6 Jul 2021 10:07:17 GMT (envelope-from git) Date: Tue, 6 Jul 2021 10:07:17 GMT Message-Id: <202107061007.166A7Hm4018223@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org From: Alex Richardson Subject: git: 253862e5c0bb - Create tag vendor/arm-optimized-routines/v21.02 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: arichardson X-Git-Repository: src X-Git-Refname: refs/tags/vendor/arm-optimized-routines/v21.02 X-Git-Reftype: annotated tag X-Git-Commit: 253862e5c0bbbe6d64e9c0ce9d06f4c85cdc48dd Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2021 10:07:18 -0000 The annotated tag vendor/arm-optimized-routines/v21.02 has been created by arichardson: URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/arm-optimized-routines/v21.02 tag vendor/arm-optimized-routines/v21.02 Tagger: Alex Richardson TaggerDate: 2021-02-22 11:59:46 +0000 Import Arm Optimized Routines v21.02 commit f9f37c002ab5a580accfe26b731eef45e798b435 Author: Alex Richardson AuthorDate: 2021-02-22 11:59:12 +0000 Commit: Alex Richardson CommitDate: 2021-02-22 11:59:12 +0000 Import Arm Optimized Routines v21.02 We already have copies of some of these files in the repository without a vendor import and we should really be using contrib/ instead. We should also be able to use some of the math functions to allow the tests to pass on AArch64 (and other architectures) instead of just x86. We should also be able to reuse some of the tests for the kyua testsuite. Imported using ``` curl -L https://github.com/ARM-software/optimized-routines/tarball/e823e3abf5f89ecba58a10fc0fd82c13d9984b6b | tar --strip-components=1 -xvzf - git add . ```