Skip to content

Commit 566e665

Browse files
authored
Merge pull request #4110 from mcfi/patch-6
Minor format update to remove extra '\' in the last row of table columns
2 parents 4ccbe59 + 48ebe54 commit 566e665

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/preprocessor/intrinsic.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,28 @@ The following functions have intrinsic forms, and the intrinsic forms are used w
2929
[`_enable`](../intrinsics/enable.md)\
3030
[`fabs`](../c-runtime-library/reference/fabs-fabsf-fabsl.md)\
3131
[`_inp`](../c-runtime-library/inp-inpw-inpd.md)\
32-
[`_inpw`](../c-runtime-library/inp-inpw-inpd.md)\
32+
[`_inpw`](../c-runtime-library/inp-inpw-inpd.md)
3333
:::column-end:::
3434
:::column span="":::
3535
[`labs`](../c-runtime-library/reference/abs-labs-llabs-abs64.md)\
3636
[`_lrotl`](../c-runtime-library/reference/lrotl-lrotr.md)\
3737
[`_lrotr`](../c-runtime-library/reference/lrotl-lrotr.md)\
3838
[`memcmp`](../c-runtime-library/reference/memcmp-wmemcmp.md)\
39-
[`memcpy`](../c-runtime-library/reference/memcpy-wmemcpy.md)\
39+
[`memcpy`](../c-runtime-library/reference/memcpy-wmemcpy.md)
4040
:::column-end:::
4141
:::column span="":::
4242
[`memset`](../c-runtime-library/reference/memset-wmemset.md)\
4343
[`_outp`](../c-runtime-library/outp-outpw-outpd.md)\
4444
[`_outpw`](../c-runtime-library/outp-outpw-outpd.md)\
4545
[`_rotl`](../c-runtime-library/reference/rotl-rotl64-rotr-rotr64.md)\
46-
[`_rotr`](../c-runtime-library/reference/rotl-rotl64-rotr-rotr64.md)\
46+
[`_rotr`](../c-runtime-library/reference/rotl-rotl64-rotr-rotr64.md)
4747
:::column-end:::
4848
:::column span="":::
4949
[`strcat`](../c-runtime-library/reference/strcat-wcscat-mbscat.md)\
5050
[`strcmp`](../c-runtime-library/reference/strcmp-wcscmp-mbscmp.md)\
5151
[`strcpy`](../c-runtime-library/reference/strcpy-wcscpy-mbscpy.md)\
5252
[`strlen`](../c-runtime-library/reference/strlen-wcslen-mbslen-mbslen-l-mbstrlen-mbstrlen-l.md)\
53-
[`_strset`](../c-runtime-library/reference/strset-strset-l-wcsset-wcsset-l-mbsset-mbsset-l.md)\
53+
[`_strset`](../c-runtime-library/reference/strset-strset-l-wcsset-wcsset-l-mbsset-mbsset-l.md)
5454
:::column-end:::
5555
:::row-end:::
5656

@@ -84,18 +84,18 @@ These floating-point functions don't have true intrinsic forms. Instead, they ha
8484
:::row:::
8585
:::column span="":::
8686
[`acos`](../c-runtime-library/reference/acos-acosf-acosl.md)\
87-
[`asin`](../c-runtime-library/reference/asin-asinf-asinl.md)\
87+
[`asin`](../c-runtime-library/reference/asin-asinf-asinl.md)
8888
:::column-end:::
8989
:::column span="":::
9090
[`cosh`](../c-runtime-library/reference/cosh-coshf-coshl.md)\
91-
[`fmod`](../c-runtime-library/reference/fmod-fmodf.md)\
91+
[`fmod`](../c-runtime-library/reference/fmod-fmodf.md)
9292
:::column-end:::
9393
:::column span="":::
9494
[`pow`](../c-runtime-library/reference/pow-powf-powl.md)\
95-
[`sinh`](../c-runtime-library/reference/sinh-sinhf-sinhl.md)\
95+
[`sinh`](../c-runtime-library/reference/sinh-sinhf-sinhl.md)
9696
:::column-end:::
9797
:::column span="":::
98-
[`tanh`](../c-runtime-library/reference/tanh-tanhf-tanhl.md)\
98+
[`tanh`](../c-runtime-library/reference/tanh-tanhf-tanhl.md)
9999
:::column-end:::
100100
:::row-end:::
101101
@@ -105,19 +105,19 @@ These floating-point functions have true intrinsic forms when you specify [`/Oi`
105105
:::column span="":::
106106
[`atan`](../c-runtime-library/reference/atan-atanf-atanl-atan2-atan2f-atan2l.md)\
107107
[`atan2`](../c-runtime-library/reference/atan-atanf-atanl-atan2-atan2f-atan2l.md)\
108-
[`cos`](../c-runtime-library/reference/cos-cosf-cosl.md)\
108+
[`cos`](../c-runtime-library/reference/cos-cosf-cosl.md)
109109
:::column-end:::
110110
:::column span="":::
111111
[`exp`](../c-runtime-library/reference/exp-expf.md)\
112-
[`log`](../c-runtime-library/reference/log-logf-log10-log10f.md)\
112+
[`log`](../c-runtime-library/reference/log-logf-log10-log10f.md)
113113
:::column-end:::
114114
:::column span="":::
115115
[`log10`](../c-runtime-library/reference/log-logf-log10-log10f.md)\
116-
[`sin`](../c-runtime-library/reference/sin-sinf-sinl.md)\
116+
[`sin`](../c-runtime-library/reference/sin-sinf-sinl.md)
117117
:::column-end:::
118118
:::column span="":::
119119
[`sqrt`](../c-runtime-library/reference/sqrt-sqrtf-sqrtl.md)\
120-
[`tan`](../c-runtime-library/reference/tan-tanf-tanl.md)\
120+
[`tan`](../c-runtime-library/reference/tan-tanf-tanl.md)
121121
:::column-end:::
122122
:::row-end:::
123123

0 commit comments

Comments
 (0)