Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added SIMD path for Vector3, Quaternion and Matrix4x4 operations #99547

Closed
wants to merge 7 commits into from

Implemented feedback

8d71e34
Select commit
Loading
Failed to load commit list.
Closed

Added SIMD path for Vector3, Quaternion and Matrix4x4 operations #99547

Implemented feedback
8d71e34
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime (Build linux_musl-x64 Debug Libraries_CheckedCoreCLR) failed Apr 8, 2024 in 5m 2s

Build linux_musl-x64 Debug Libraries_CheckedCoreCLR failed

Annotations

Check failure on line 169 in src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix4x4.Impl.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build linux_musl-x64 Debug Libraries_CheckedCoreCLR)

src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix4x4.Impl.cs#L169

src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix4x4.Impl.cs(169,28): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'Matrix4x4.Impl.Transform(Vector4, in Matrix4x4.Impl)'

Check failure on line 170 in src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix4x4.Impl.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build linux_musl-x64 Debug Libraries_CheckedCoreCLR)

src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix4x4.Impl.cs#L170

src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix4x4.Impl.cs(170,28): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'Matrix4x4.Impl.Transform(Vector4, in Matrix4x4.Impl)'

Check failure on line 171 in src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix4x4.Impl.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build linux_musl-x64 Debug Libraries_CheckedCoreCLR)

src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix4x4.Impl.cs#L171

src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix4x4.Impl.cs(171,28): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'Matrix4x4.Impl.Transform(Vector4, in Matrix4x4.Impl)'

Check failure on line 172 in src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix4x4.Impl.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build linux_musl-x64 Debug Libraries_CheckedCoreCLR)

src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix4x4.Impl.cs#L172

src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix4x4.Impl.cs(172,28): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'Matrix4x4.Impl.Transform(Vector4, in Matrix4x4.Impl)'

Check failure on line 162 in src/libraries/System.Private.CoreLib/src/System/Numerics/Quaternion.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build linux_musl-x64 Debug Libraries_CheckedCoreCLR)

src/libraries/System.Private.CoreLib/src/System/Numerics/Quaternion.cs#L162

src/libraries/System.Private.CoreLib/src/System/Numerics/Quaternion.cs(162,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)