Create hwintrinsic.cpp#16097
Conversation
| } | ||
| simdType = getSIMDTypeForSize(simdSizeBytes); | ||
| } | ||
|
|
|
Other than the merge error, this LGTM. |
CarolEidt
left a comment
There was a problem hiding this comment.
LGTM with one suggestion for a comment fix
|
|
||
| if (simdBaseType == TYP_UNKNOWN) | ||
| { | ||
| // TODO-FIXME Add CORINFO_HELP_THROW_TYPE_NOT_SUPPORTED |
There was a problem hiding this comment.
Nit: Please follow the conventions for TODO comments (https://github.com/dotnet/coreclr/blob/master/Documentation/coding-guidelines/clr-jit-coding-conventions.md#715-todo) - e.g. I think this should probably be TODO-Bug
There was a problem hiding this comment.
👍 I'll fix this in #16085 (where this stray bit of code came from)
|
Thanks! Please run some hwintrinsic tests before merge. |
cdb3850 to
31f7fe5
Compare
|
Fixed merge issue. @tannergooding @fiigii Can you trigger X86 HW intrinsic tests. I have run on Arm64 already. |
|
test Windows_NT x64 Checked jitincompletehwintrinsic test Windows_NT x86 Checked jitincompletehwintrinsic |
|
test Ubuntu x64 Checked jitincompletehwintrinsic |
|
test Tizen armel Cross Checked Innerloop Build and Test |
|
|
|
Please merge |
Start sharing hwintrinsic code.
@tannergooding @CarolEidt @fiigii PTAL