Skip to content

Commit

Permalink
[Doc] Fix table layout
Browse files Browse the repository at this point in the history
  • Loading branch information
spavloff committed Jun 18, 2023
1 parent fb60dda commit 112fa9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/docs/LanguageExtensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3535,6 +3535,7 @@ Mask value Data class Macro
0x0080 Positive subnormal __FPCLASS_POSSUBNORMAL
0x0100 Positive normal __FPCLASS_POSNORMAL
0x0200 Positive infinity __FPCLASS_POSINF
========== =================== ======================
For convenience preprocessor defines macros for these values. The function
returns 1 if ``expr`` falls into one of the specified data classes, 0 otherwise.
Expand Down

0 comments on commit 112fa9a

Please sign in to comment.