Date: Tue, 6 Jul 2021 10:07:17 GMT From: Alex Richardson <arichardson@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org Subject: git: 253862e5c0bb - Create tag vendor/arm-optimized-routines/v21.02 Message-ID: <202107061007.166A7Hm4018223@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <arichardson@FreeBSD.org> TaggerDate: 2021-02-22 11:59:46 +0000 Import Arm Optimized Routines v21.02 commit f9f37c002ab5a580accfe26b731eef45e798b435 Author: Alex Richardson <arichardson@FreeBSD.org> AuthorDate: 2021-02-22 11:59:12 +0000 Commit: Alex Richardson <arichardson@FreeBSD.org> 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 . ```
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107061007.166A7Hm4018223>