Skip to content

Commit a0bf75a

Browse files
committed
PR suggestion
1 parent 928a630 commit a0bf75a

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

xml/System.Numerics/Vector`1.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,8 @@
6767
6868
The <xref:System.Numerics.Vector%601> structure provides support for hardware acceleration.
6969
70-
The term *primitive numeric data type* in this article refers to numeric data types that are directly supported by the CPU and have instructions that can manipulate those data types. The following table shows which primitive numeric data type and operation combination uses intrinsic instructions for faster execution:
70+
The term *primitive numeric data type* in this article refers to numeric data types that are directly supported by the CPU and have instructions that can manipulate those data types.
7171
72-
| Primitive type | `+` | `-` | `*` | `/` |
73-
| --- | :---: | :---: | :---: | :---: |
74-
|`sbyte` | Yes | Yes | No | No |
75-
|`byte` | Yes | Yes | No | No |
76-
|`short` | Yes | Yes | Yes | No |
77-
|`ushort` | Yes | Yes | No | No |
78-
| `int` | Yes | Yes | Yes | No |
79-
| `uint` | Yes | Yes | No | No |
80-
| `long` | Yes | Yes | No | No |
81-
| `ulong` | Yes | Yes | No | No |
82-
| `float` | Yes | Yes | Yes | Yes |
83-
| `double` | Yes | Yes | Yes | Yes |
84-
8572
]]></format>
8673
</remarks>
8774
</Docs>

0 commit comments

Comments
 (0)