Skip to content

Commit

Permalink
bugfix: the geometric functions do not operate componentwise (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug committed Apr 4, 2024
1 parent 49a8bd8 commit 1fd459f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions OpenCL_C.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6537,13 +6537,8 @@ endif::cl_khr_fp16[]

[open,refpage='geometricFunctions',desc='Geometric Functions',type='freeform',spec='clang',anchor='geometric-functions',xrefs='integerFunctions',alias='cross dot distance length normalize fast_distance fast_length fast_normalize']
--
// TODO It is not actually true that these functions operate -
// TODO in general they *combine* components.

The <<table-builtin-geometric, following table>> describes the list of built-in
geometric functions.
These all operate component-wise.
The description is per-component.

The generic type name `gentypef` indicates that the function can take any of

Expand Down

0 comments on commit 1fd459f

Please sign in to comment.