Skip to content

Commit

Permalink
Simplifying the special importation logic for Sse/Sse2 compare Greate…
Browse files Browse the repository at this point in the history
…rThan functions
  • Loading branch information
tannergooding committed Apr 14, 2020
1 parent d5dcd81 commit feb4fcd
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 302 deletions.
1 change: 1 addition & 0 deletions src/coreclr/src/jit/hwintrinsic.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ struct HWIntrinsicInfo

#ifdef TARGET_XARCH
static bool isAVX2GatherIntrinsic(NamedIntrinsic id);
static int lookupFloatingComparisonForSwappedArgs(int comparison);
#endif

// Member lookup
Expand Down
Loading

0 comments on commit feb4fcd

Please sign in to comment.