mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 03:05:42 +00:00
Update upm branch (586057ba3d
)
This commit is contained in:
parent
47d0d13f23
commit
133281b28e
BIN
X10D.Unity.dll
BIN
X10D.Unity.dll
Binary file not shown.
14
X10D.xml
14
X10D.xml
@ -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>
|
||||
|
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user