@@ -29,28 +29,28 @@ The following functions have intrinsic forms, and the intrinsic forms are used w
29
29
[ ` _enable ` ] ( ../intrinsics/enable.md ) \
30
30
[ ` fabs ` ] ( ../c-runtime-library/reference/fabs-fabsf-fabsl.md ) \
31
31
[ ` _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 )
33
33
:::column-end:::
34
34
:::column span="":::
35
35
[ ` labs ` ] ( ../c-runtime-library/reference/abs-labs-llabs-abs64.md ) \
36
36
[ ` _lrotl ` ] ( ../c-runtime-library/reference/lrotl-lrotr.md ) \
37
37
[ ` _lrotr ` ] ( ../c-runtime-library/reference/lrotl-lrotr.md ) \
38
38
[ ` 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 )
40
40
:::column-end:::
41
41
:::column span="":::
42
42
[ ` memset ` ] ( ../c-runtime-library/reference/memset-wmemset.md ) \
43
43
[ ` _outp ` ] ( ../c-runtime-library/outp-outpw-outpd.md ) \
44
44
[ ` _outpw ` ] ( ../c-runtime-library/outp-outpw-outpd.md ) \
45
45
[ ` _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 )
47
47
:::column-end:::
48
48
:::column span="":::
49
49
[ ` strcat ` ] ( ../c-runtime-library/reference/strcat-wcscat-mbscat.md ) \
50
50
[ ` strcmp ` ] ( ../c-runtime-library/reference/strcmp-wcscmp-mbscmp.md ) \
51
51
[ ` strcpy ` ] ( ../c-runtime-library/reference/strcpy-wcscpy-mbscpy.md ) \
52
52
[ ` 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 )
54
54
:::column-end:::
55
55
:::row-end:::
56
56
@@ -84,18 +84,18 @@ These floating-point functions don't have true intrinsic forms. Instead, they ha
84
84
:::row:::
85
85
:::column span="":::
86
86
[`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)
88
88
:::column-end:::
89
89
:::column span="":::
90
90
[`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)
92
92
:::column-end:::
93
93
:::column span="":::
94
94
[`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)
96
96
:::column-end:::
97
97
:::column span="":::
98
- [`tanh`](../c-runtime-library/reference/tanh-tanhf-tanhl.md)\
98
+ [`tanh`](../c-runtime-library/reference/tanh-tanhf-tanhl.md)
99
99
:::column-end:::
100
100
:::row-end:::
101
101
@@ -105,19 +105,19 @@ These floating-point functions have true intrinsic forms when you specify [`/Oi`
105
105
:::column span="":::
106
106
[`atan`](../c-runtime-library/reference/atan-atanf-atanl-atan2-atan2f-atan2l.md)\
107
107
[`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)
109
109
:::column-end:::
110
110
:::column span="":::
111
111
[`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)
113
113
:::column-end:::
114
114
:::column span="":::
115
115
[`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)
117
117
:::column-end:::
118
118
:::column span="":::
119
119
[`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)
121
121
:::column-end:::
122
122
:::row-end:::
123
123
0 commit comments