mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-26 08:49:02 +00:00
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:
committed by
GitHub
parent
07ddc66d8a
commit
269e8185f6
@@ -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
|
the test for that function terminates early, reports an error, and moves on to the
|
||||||
next test, if any.
|
next test, if any.
|
||||||
|
|
||||||
The test currently doesn't support half precision math functions covered in section
|
This test doesn't test the native_<funcname> functions, for which any result is conformant.
|
||||||
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.
|
|
||||||
|
|
||||||
For the OpenCL 1.0 time frame, the reference library shall be the operating system
|
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.
|
math library, as modified by the test itself to conform to the OpenCL specification.
|
||||||
|
|||||||
Reference in New Issue
Block a user