Skip to content

Commit

Permalink
math_brute_force: update README.txt for half testing
Browse files Browse the repository at this point in the history
Half precision math functions are now fully tested as of #1975.

Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
  • Loading branch information
svenvh committed Jun 19, 2024
1 parent 2b26643 commit 8d226cb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test_conformance/math_brute_force/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8d226cb

Please sign in to comment.