Update upm branch (586057ba3d)

This commit is contained in:
github-actions 2023-04-01 23:15:30 +00:00
parent 47d0d13f23
commit 133281b28e
4 changed files with 15 additions and 1 deletions

Binary file not shown.

BIN
X10D.dll

Binary file not shown.

View File

@ -5251,6 +5251,17 @@
<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.
@ -8737,6 +8748,9 @@
<member name="P:X10D.SystemAvx2SupportProvider.IsSupported">
<inheritdoc />
</member>
<member name="P:X10D.SystemSse2SupportProvider.IsSupported">
<inheritdoc />
</member>
<member name="P:X10D.SystemSsse3SupportProvider.IsSupported">
<inheritdoc />
</member>

View File

@ -6,7 +6,7 @@
"url": "https://oliverbooth.dev"
},
"displayName": "X10D",
"version": "3.2.0-nightly.190",
"version": "3.2.0-nightly.191",
"unity": "2021.3",
"description": "Extension methods on crack",
"keywords": [