Merge pull request #5045 from martin-frbg/issue5034

Temporarily disable the default S/DSCAL kernel on PPC970
This commit is contained in:
Martin Kroeker
2025-01-03 12:45:39 -08:00
committed by GitHub

View File

@@ -89,3 +89,6 @@ DROTKERNEL = ../arm/rot.c
CROTKERNEL = ../arm/zrot.c
ZROTKERNEL = ../arm/zrot.c
endif
SSCALKERNEL = ../arm/scal.c
DSCALKERNEL = ../arm/scal.c