Merge pull request #4152 from martin-frbg/shutup-4098

Override the C910V DSDOT with generic code to get rid of the qemu precision error in CI
This commit is contained in:
Martin Kroeker 2023-07-20 08:22:57 +02:00 committed by GitHub
commit 5cb4f5940d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ SDOTKERNEL = dot_vector.c
DDOTKERNEL = dot_vector.c
CDOTKERNEL = zdot_vector.c
ZDOTKERNEL = zdot_vector.c
DSDOTKERNEL = ../generic/dot.c
SNRM2KERNEL = nrm2_vector.c
DNRM2KERNEL = nrm2_vector.c