Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

TIHan
Copy link
Contributor

@TIHan TIHan commented Jun 21, 2024

No description provided.

@TIHan TIHan added NO-REVIEW Experimental/testing PR, do NOT review it arch-arm64 labels Jun 21, 2024
@ghost ghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jun 21, 2024
Copy link
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

@kunalspathak
Copy link
Contributor

I assume this is based on #99743?

@kunalspathak kunalspathak added the arm-sve Work related to arm64 SVE/SVE2 support label Jun 21, 2024
simdmask_t gtSimdMaskVal;
#endif // TARGET_XARCH

#if defined(TARGET_XARCH) || defined(TARGET_ARM64)
Copy link
Contributor

Choose a reason for hiding this comment

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

You should use #if defined(FEATURE_MASKED_HW_INTRINSICS)

}

#endif // TARGET_XARCH
#if defined(TARGET_XARCH) || defined(TARGET_ARM64)
Copy link
Contributor

Choose a reason for hiding this comment

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

fix the comment for #endif

@kunalspathak
Copy link
Contributor

Looks like @mikabl-arm also have it in #103818.

@TIHan
Copy link
Contributor Author

TIHan commented Jun 22, 2024

Closing in favor of #103818

@TIHan TIHan closed this Jun 22, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jul 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI arm-sve Work related to arm64 SVE/SVE2 support NO-REVIEW Experimental/testing PR, do NOT review it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants