From 269e8185f63fc73b6dc17625439c9b85f215a75d Mon Sep 17 00:00:00 2001 From: Sven van Haastregt Date: Tue, 2 Jul 2024 18:37:13 +0200 Subject: [PATCH] math_brute_force: update README.txt for half testing (#1985) Half precision math functions are fully tested as of #1975. Signed-off-by: Sven van Haastregt --- test_conformance/math_brute_force/README.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test_conformance/math_brute_force/README.txt b/test_conformance/math_brute_force/README.txt index 5b289868..3e9e2b6c 100644 --- a/test_conformance/math_brute_force/README.txt +++ b/test_conformance/math_brute_force/README.txt @@ -38,10 +38,7 @@ values, followed by a few billion random values. If an error is found in a funct the test for that function terminates early, reports an error, and moves on to the next test, if any. -The test currently doesn't support half precision math functions covered in section -9 of the OpenCL 1.0 specification, but does cover the half_func functions covered in -section six. It also doesn't test the native_ functions, for which any result -is conformant. +This test doesn't test the native_ functions, for which any result is conformant. For the OpenCL 1.0 time frame, the reference library shall be the operating system math library, as modified by the test itself to conform to the OpenCL specification.