On Tue, 19 Oct 2021 19:18:51 +0100, Mark Brown wrote:
The various floating point test programs written in assembly have a bunch of helper functions and macros which are cut'n'pasted between them. Factor them out into a separate source file which is linked into all of them.
We don't include memcmp() since it isn't as generic as it should be and directly branches to report an error in the programs.
[...]
Applied to arm64 (for-next/kselftest), thanks!
[1/1] selftests: arm64: Factor out utility functions for assembly FP tests https://git.kernel.org/arm64/c/260ea4ba94e8
Cheers,