From d628f27a7f7a7bf5df4cdc6fde389aa16620c6b0 Mon Sep 17 00:00:00 2001 From: Mauricio de los Santos Date: Thu, 25 Jul 2019 17:23:46 -0300 Subject: [PATCH] C107481: Fixing CDATA formatting Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Description: the Markdown CDATA content is incorrectly formatted in source files, moreover it is breaking the target publishing builds since the content inside those tags are being processed as XML tag instead of Markdown content. --- xml/System.Numerics/BitOperations.xml | 86 +++++++++------------------ 1 file changed, 29 insertions(+), 57 deletions(-) diff --git a/xml/System.Numerics/BitOperations.xml b/xml/System.Numerics/BitOperations.xml index 94256816f5c..a6f1951e6e2 100644 --- a/xml/System.Numerics/BitOperations.xml +++ b/xml/System.Numerics/BitOperations.xml @@ -1,4 +1,4 @@ - + @@ -46,15 +46,13 @@ Counts the number of leading zero bits in an unsigned 32-bit integer mask. The number of leading zero bits in a mask. - - - + ]]> @@ -86,14 +84,12 @@ This method is similar in behavior to the x86 instruction [LZCNT](xref:System.Ru Counts the number of leading zero bits in an unsigned 64-bit integer mask. The number of leading zero bits in a mask. - - - + ]]> @@ -125,15 +121,13 @@ This method is similar in behavior to the x86 instruction [LZCNT](xref:System.Ru Returns the integer (floor) log of the specified value, base 2. The log of the specified value, base 2. - - - + ]]> @@ -165,15 +159,13 @@ Note that by convention, input value 0 returns 0 since Log(0) is undefined. Returns the integer (floor) log of the specified value, base 2. The log of the specified value, base 2. - - - + ]]> @@ -205,15 +197,13 @@ Note that by convention, input value 0 returns 0 since Log(0) is undefined. Returns the population count (number of bits set) of a mask. The population count of a mask. - - - + ]]> @@ -245,15 +235,13 @@ This method is similar in behavior to the x86 instruction [POPCNT](xref:System.R Returns the population count (number of bits set) of an unsigned 64-bit integer mask. The population count of the mask. - - - + ]]> @@ -287,15 +275,13 @@ This method is similar in behavior to the x86 instruction [POPCNT](xref:System.R Rotates the specified value left by the specified number of bits. The rotated value. - - - + ]]> @@ -329,15 +315,13 @@ This method is similar in behavior to the x86 instruction ROL. Rotates the specified value left by the specified number of bits. The rotated value. - - - + ]]> @@ -371,15 +355,13 @@ This method is similar in behavior to the x86 instruction ROL. Rotates the specified value right by the specified number of bits. The rotated value. - - - + ]]> @@ -413,15 +395,13 @@ This method is similar in behavior to the x86 instruction ROR. Rotates the specified value right by the specified number of bits. The rotated value. - - - + ]]> @@ -448,15 +428,13 @@ This method is similar in behavior to the x86 instruction ROR. Counts the number of trailing zero bits in an 32-bit integer value mask. The number of trailing zero bits in the integer value. - - - + ]]> @@ -483,15 +461,13 @@ This method is similar in behavior to the x86 instruction TZCNT. Counts the number of trailing zero bits in a 64-bit integer value mask. The number of trailing zero bits in the mask. - - - + ]]> @@ -523,15 +499,13 @@ This method is similar in behavior to the x86 instruction TZCNT. Counts the number of trailing zero bits in an unsigned 32-bit integer value mask. The number of trailing zero bits in the mask. - - - + ]]> @@ -563,15 +537,13 @@ This method is similar in behavior to the x86 instruction TZCNT. Count the number of trailing zero bits in an unsigned 64-bit integer value mask. The number of trailing zero bits in the mask. - - - + ]]>