mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 03:45:41 +00:00
Update upm branch (fdc0c6aa35
)
This commit is contained in:
parent
574475bb8b
commit
30ba7cc08c
BIN
X10D.Unity.dll
BIN
X10D.Unity.dll
Binary file not shown.
42
X10D.xml
42
X10D.xml
@ -4254,17 +4254,6 @@
|
||||
Looks up a localized string similar to Year cannot be zero..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:X10D.IAvx2SupportProvider">
|
||||
<summary>
|
||||
Represents an object which provides the status of the support of AVX2 instructions.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:X10D.IAvx2SupportProvider.IsSupported">
|
||||
<summary>
|
||||
Gets a value indicating whether AVX2 instructions are supported on this platform.
|
||||
</summary>
|
||||
<value><see langword="true" /> if AVX2 instructions are supported; otherwise, <see langword="false" />.</value>
|
||||
</member>
|
||||
<member name="T:X10D.IO.BooleanExtensions">
|
||||
<summary>
|
||||
Extension methods for <see cref="T:System.Boolean" />.
|
||||
@ -5251,28 +5240,6 @@
|
||||
<param name="endianness">The endianness with which to write the bytes.</param>
|
||||
<returns><see langword="true" /> if the conversion was successful; otherwise, <see langword="false" />.</returns>
|
||||
</member>
|
||||
<member name="T:X10D.ISse2SupportProvider">
|
||||
<summary>
|
||||
Represents an object which provides the status of the support of SSE2 instructions.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:X10D.ISse2SupportProvider.IsSupported">
|
||||
<summary>
|
||||
Gets a value indicating whether SSE2 instructions are supported on this platform.
|
||||
</summary>
|
||||
<value><see langword="true" /> if SSE2 instructions are supported; otherwise, <see langword="false" />.</value>
|
||||
</member>
|
||||
<member name="T:X10D.ISsse3SupportProvider">
|
||||
<summary>
|
||||
Represents an object which provides the status of the support of SSSE3 instructions.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:X10D.ISsse3SupportProvider.IsSupported">
|
||||
<summary>
|
||||
Gets a value indicating whether SSSE3 instructions are supported on this platform.
|
||||
</summary>
|
||||
<value><see langword="true" /> if SSSE3 instructions are supported; otherwise, <see langword="false" />.</value>
|
||||
</member>
|
||||
<member name="T:X10D.Linq.ByteExtensions">
|
||||
<summary>
|
||||
LINQ-inspired extension methods for <see cref="T:System.Collections.Generic.IEnumerable`1" /> of <see cref="T:System.Byte" />.
|
||||
@ -8745,15 +8712,6 @@
|
||||
<para><paramref name="type" /> is not a class.</para>
|
||||
</exception>
|
||||
</member>
|
||||
<member name="P:X10D.SystemAvx2SupportProvider.IsSupported">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="P:X10D.SystemSse2SupportProvider.IsSupported">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="P:X10D.SystemSsse3SupportProvider.IsSupported">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="T:X10D.Text.CharExtensions">
|
||||
<summary>
|
||||
Text-related extension methods for <see cref="T:System.Char" />.
|
||||
|
@ -6,7 +6,7 @@
|
||||
"url": "https://oliverbooth.dev"
|
||||
},
|
||||
"displayName": "X10D",
|
||||
"version": "3.2.0-nightly.196",
|
||||
"version": "3.2.0-nightly.197",
|
||||
"unity": "2021.3",
|
||||
"description": "Extension methods on crack",
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user