Draft: Add missing bf16 ISA dependency to bf16 test cases
The unit tests for 4 bf16 kernels didn't check for bf16 HW support before attempting to execute the test cases. This results in an illegal instruction signal when executed on hardware without bf16 support.
Signed-off-by: Dan Johansson dan.johansson@arm.com