-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for Vector512
Equals
, EqualsAny
, op_Equality
, an…
…d `op_Inequality`. (#83470) * Implement `Vector512.Equals` by way of special `AVX512` intrinsic. * Add Vector512 `Equals`, `EqualsAll/op_Equality` `op_Inequality`. * Fix `vpmovm2x` instructions for `MoveMaskToVectorSpecial`. * Move `Vector512` Equals into `gtNewSimdCmpOpNode`. * Adds `EqualsAny`. * Fix `kortestq` and `kortestd` opcode gen (W bit). * Fix merge and update instr flags. * Addressing review comments. * Removing unnecessary files. * Addressing review comments. * Fixing bug. * Fixing k reg display on x86. * Setting Resets_ZF to right value. * Fixing extract. --------- Co-authored-by: Deepak Rajendrakumaran <deepak.rajendrakumaran@intel.com> Co-authored-by: Tanner Gooding <tagoo@outlook.com>
- Loading branch information
1 parent
02e5b58
commit f211984
Showing
10 changed files
with
311 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.