Skip to content

Commit c7b3987

Browse files
authored
Minor formatting fixes for cl_khr_fp64 (#686)
Add a missing line break and fix a stray ` in the markup.
1 parent 844fa88 commit c7b3987

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ext/cl_khr_fp64.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ a number (NaN).
594594
the argument type is a scalar and returns -1 if one or both arguments are
595595
not a number (NaN) and the argument type is a vector.
596596

597-
The functions described in _table 6.14_ are extended to include the `doublen``
597+
The functions described in _table 6.14_ are extended to include the `doublen`
598598
vector types.
599599

600600
._Double Precision Relational Functions_
@@ -611,7 +611,7 @@ vector types.
611611
long__n__ *isnotequal* (double__n x__, double__n y__)
612612
| Returns the component-wise compare of _x_ != _y_.
613613

614-
| int *isgreater* (double _x_, double _y_)
614+
| int *isgreater* (double _x_, double _y_) +
615615
long__n__ *isgreater* (double__n x__, double__n y__)
616616
| Returns the component-wise compare of _x_ > _y_.
617617

0 commit comments

Comments
 (0)