File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,9 +167,9 @@ The primary difference between MSVC and the ARM compiler is that the MSVC adds `
167
167
| _ CountLeadingZeros|| unsigned int _ CountLeadingZeros(unsigned long)|
168
168
| _ CountLeadingZeros64|| unsigned int _ CountLeadingZeros64(unsigned \_ _ int64)|
169
169
| _ CountTrailingZeros|| unsigned _ CountTrailingZeros(unsigned long)|
170
- | _ CountTrailingZeros64|| unsigned _ CountTrailingZeros64(unsigned __ int64)|
170
+ | _ CountTrailingZeros64|| unsigned _ CountTrailingZeros64(unsigned \ __ int64)|
171
171
| _ CountOneBits|| unsigned int _ CountOneBits(unsigned long)|
172
- | _ CountOneBits64|| unsigned int _ CountOneBits64(unsigned __ int64)|
172
+ | _ CountOneBits64|| unsigned int _ CountOneBits64(unsigned \ __ int64)|
173
173
| _ DAddSatInt| QDADD| int _ DAddSatInt(int, int)|
174
174
| _ DSubSatInt| QDSUB| int _ DSubSatInt(int, int)|
175
175
| _ isunordered|| int _ isunordered(double, double)|
You can’t perform that action at this time.
0 commit comments