aboutsummaryrefslogtreecommitdiff
path: root/math/test
Commit message (Collapse)AuthorAgeFilesLines
* Update the Arm Optimized Routinesvendor/arm-optimized-routines/v25.01vendor/arm-optimized-routinesAndrew Turner2025-01-1042-633/+2446
| | | | | | | | Import the v25.01 release of the Arm Optimized Routines [1]. [1] https://github.com/ARM-software/optimized-routines/tree/v25.01 Sponsored by: Arm Ltd
* Update the Arm Optimized Routinesvendor/arm-optimized-routines/v24.01Andrew Turner2024-02-2010-402/+174
| | | | | | | | Import the v24.01 release of the Arm Optimized Routines [1]. [1] https://github.com/ARM-software/optimized-routines/tree/v24.01 Sponsored by: Arm Ltd
* Update the Arm Optimized Routinesvendor/arm-optimized-routines/v23.01Andrew Turner2023-03-2736-349/+633
| | | | | | | | | | Import the v23.01 release of the Arm Optimized Routines [1]. This updates the license to MIT OR Apache-2.0 WITH LLVM-exception. [1] https://github.com/ARM-software/optimized-routines/tree/v23.01 Approved by: core (License change) Sponsored by: Arm Ltd
* Import Arm Optimized Routines v21.02vendor/arm-optimized-routines/v21.02Alex Richardson2021-02-2234-0/+58138
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 . ```