From d24138808b42368a4dfe67fc9bdef546b6c358e8 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Wed, 8 Nov 2017 21:20:07 +0100 Subject: Fixed an FP16 issue in the homatcopy test; added a comment about improper testing of integer returning functions for FP16 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8a0fe17a..44163e7e 100644 --- a/README.md +++ b/README.md @@ -368,6 +368,10 @@ Known performance related issues: * Performance issues on ARM Mali GPUs due to missing compiler for support for loop unrolling and array-to-register promotion. +Other known issues: + +* Routines returning an integer are currently not properly tested for half-precision FP16: IHAMAX/IHAMIN/IHMAX/IHMIN + Contributing ------------- -- cgit v1.2.3