Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Enable partially implemented Intel HW intrinsics ISAs - CoreFX part#28443

Merged
eerhardt merged 1 commit intodotnet:masterfrom
dotnetrt:EnableISAs
Mar 27, 2018
Merged

Enable partially implemented Intel HW intrinsics ISAs - CoreFX part#28443
eerhardt merged 1 commit intodotnet:masterfrom
dotnetrt:EnableISAs

Conversation

@4creators
Copy link
Contributor

This change is a CoreFX part of dotnet/coreclr#17184

Fixes #28363

@4creators
Copy link
Contributor Author

@CarolEidt @eerhardt @fiigii @tannergooding

PTAL - PR is ready for review.

public static unsafe Vector128<double> MaskLoad(double* address, Vector128<ulong> mask) { throw null; }
public static unsafe Vector256<float> MaskLoad(float* address, Vector256<uint> mask) { throw null; }
public static unsafe Vector256<double> MaskLoad(double* address, Vector256<ulong> mask) { throw null; }
public static unsafe void MaskStore(float* address, Vector128<float> mask, Vector128<uint> source) { throw null; }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fiigii - we had a discussion about these methods right? You wanted to change the type of the 3rd parameter. Are these not yet implemented?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These methods are not implemented

Copy link
Member

@eerhardt eerhardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one question.

@eerhardt
Copy link
Member

Test Linux x64 Release Build

@4creators
Copy link
Contributor Author

@dotnet-bot test Linux x64 Release Build

@eerhardt eerhardt merged commit 29f0ce5 into dotnet:master Mar 27, 2018
@4creators 4creators deleted the EnableISAs branch March 27, 2018 11:54
@karelz karelz added this to the 2.1.0 milestone Mar 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants