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 <sven.vanhaastregt@arm.com>
This commit is contained in:
Sven van Haastregt
2024-07-02 18:37:13 +02:00
committed by GitHub
parent 07ddc66d8a
commit 269e8185f6

View File

@@ -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_<funcname> functions, for which any result
is conformant.
This test doesn't test the native_<funcname> 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.