Skip to content

Commit

Permalink
fix EPSILON typo (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug committed Aug 17, 2024
1 parent b32ac1b commit d039fc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OpenCL_C.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5845,7 +5845,7 @@ the application.
| `FLT_RADIX` | {CL_FLT_RADIX}
| `FLT_MAX` | {CL_FLT_MAX}
| `FLT_MIN` | {CL_FLT_MIN}
| `FLT_EPSILSON` | {CL_FLT_EPSILON}
| `FLT_EPSILON` | {CL_FLT_EPSILON}
|====

The following macros shall expand to integer constant expressions whose
Expand Down Expand Up @@ -5916,7 +5916,7 @@ the application.
| `DBL_MIN_EXP` | {CL_DBL_MIN_EXP}
| `DBL_MAX` | {CL_DBL_MAX}
| `DBL_MIN` | {CL_DBL_MIN}
| `DBL_EPSILSON` | {CL_DBL_EPSILON}
| `DBL_EPSILON` | {CL_DBL_EPSILON}
|====

The following constants are also available.
Expand Down Expand Up @@ -5986,7 +5986,7 @@ the application.
| `HALF_RADIX` | {CL_HALF_RADIX}
| `HALF_MAX` | {CL_HALF_MAX}
| `HALF_MIN` | {CL_HALF_MIN}
| `HALF_EPSILSON` | {CL_HALF_EPSILON}
| `HALF_EPSILON` | {CL_HALF_EPSILON}
|====

The following constants are also available.
Expand Down

0 comments on commit d039fc1

Please sign in to comment.