Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
16241e3
Update "And" in AdvSimd.cs AdvSimd.PlatformNotSupported.cs
echesakov Jan 29, 2020
06f8709
Update "AndNot" in AdvSimd.cs AdvSimd.PlatformNotSupported.cs
echesakov Jan 29, 2020
bbb771f
Add "Divide" and "DivideScalar" in AdvSimd.cs AdvSimd.PlatformNotSupp…
echesakov Jan 30, 2020
77c29ad
Add "Max" and "MaxScalar" in AdvSimd.cs AdvSimd.PlatformNotSupported.cs
echesakov Jan 30, 2020
79a9211
Add "Min" and "MinScalar" in AdvSimd.cs AdvSimd.PlatformNotSupported.cs
echesakov Jan 30, 2020
215aebb
Add "Multiply" and "MultiplyScalar" in AdvSimd.cs AdvSimd.PlatformNot…
echesakov Jan 30, 2020
3bf4557
Add "Negate" and "NegateScalar" in AdvSimd.cs AdvSimd.PlatformNotSupp…
echesakov Jan 30, 2020
11b9c7f
Update "Not" in AdvSimd.cs AdvSimd.PlatformNotSupported.cs
echesakov Jan 30, 2020
574bb11
Update "Or" in AdvSimd.cs AdvSimd.PlatformNotSupported.cs
echesakov Jan 30, 2020
27863d0
Update "OrNot" in AdvSimd.cs AdvSimd.PlatformNotSupported.cs
echesakov Jan 30, 2020
852392f
Update "Sqrt" and "SqrtScalar" in AdvSimd.cs AdvSimd.PlatformNotSuppo…
echesakov Jan 30, 2020
ffe3fab
Update "Subtract" and "SubtractScalar" in AdvSimd.cs AdvSimd.Platform…
echesakov Jan 30, 2020
39a8a1d
Update "Xor" in AdvSimd.cs AdvSimd.PlatformNotSupported.cs
echesakov Jan 30, 2020
d44307a
Update System.Runtime.Intrinsics.Experimental.cs
echesakov Jan 30, 2020
1402efc
Add "And" in AdvSimd in hwintrinsiclistarm64.h
echesakov Jan 30, 2020
62604f8
Add "AndNot" in AdvSimd in hwintrinsiclistarm64.h
echesakov Jan 30, 2020
6e14dfc
Add "DivideScalar" in AdvSimd in hwintrinsiclistarm64.h
echesakov Jan 30, 2020
b9dbd39
Add "Divide" in AdvSimd_Arm64 in hwintrinsiclistarm64.h
echesakov Jan 30, 2020
6886b27
Add "Max" and "MaxScalar" in hwintrinsiclistarm64.h
echesakov Jan 30, 2020
961450c
Add "Min" and "MinScalar" in hwintrinsiclistarm64.h
echesakov Jan 30, 2020
c74c601
Add "Multiply" and "MultiplyScalar" in hwintrinsiclistarm64.h
echesakov Jan 30, 2020
e12ddb7
Add "Negate" and "NegateScalar" in hwintrinsiclistarm64.h
echesakov Jan 30, 2020
9137fd9
Add "Not" in AdvSimd in hwintrinsiclistarm64.h
echesakov Jan 30, 2020
526abef
Add "Or" in AdvSimd in hwintrinsiclistarm64.h
echesakov Jan 30, 2020
e2711f4
Add "OrNot" in AdvSimd in hwintrinsiclistarm64.h
echesakov Jan 30, 2020
a51adb6
Add "Sqrt" and "SqrtScalar" in hwintrinsiclistarm64.h
echesakov Jan 30, 2020
234d576
Add "Subtract" and "SubtractScalar" in hwintrinsiclistarm64.h
echesakov Jan 30, 2020
7519184
Add "Xor" in AdvSimd in hwintrinsiclistarm64.h
echesakov Jan 30, 2020
db4a3db
Add "And" in GenerateTests.csx
echesakov Jan 30, 2020
202fd29
Add "AndNot" in GenerateTests.csx
echesakov Jan 30, 2020
b421932
Add "Divide" and "DivideScalar" in GenerateTests.csx
echesakov Jan 30, 2020
e27f874
Add "Max" and "MaxScalar" in GenerateTests.csx
echesakov Jan 30, 2020
7e846f0
Add "Min" and "MinScalar" in GenerateTests.csx
echesakov Jan 30, 2020
1732d26
Add "Multiply" and "MultiplyScalar" in GenerateTests.csx
echesakov Jan 30, 2020
9dff171
Add "Negate" and "NegateScalar" in GenerateTests.csx
echesakov Jan 30, 2020
557f1b9
Add "Not" in GenerateTests.csx
echesakov Jan 30, 2020
70129ac
Add "Or" in GenerateTests.csx
echesakov Jan 31, 2020
c3752aa
Add "OrNot" in GenerateTests.csx
echesakov Jan 31, 2020
35daf17
Add "Sqrt" and "SqrtScalar" in GenerateTests.csx
echesakov Jan 31, 2020
f789085
Add "Subtract" and "SubtractScalar" in GenerateTests.csx
echesakov Jan 31, 2020
217b5b3
Add "Xor" in GenerateTests.csx
echesakov Jan 31, 2020
80a21df
Update "ReverseElementBits" in GenerateTests.csx
echesakov Jan 31, 2020
38c99e3
Update Helpers.cs Helpers.tt
echesakov Jan 31, 2020
72dcfb6
Update AdvSimd/ AdvSimd.Arm64/
echesakov Jan 31, 2020
b6ef2a4
Rename "AndNot" -> "BitwiseClear" in AdvSimd.cs AdvSimd.PlatformNotSu…
echesakov Feb 5, 2020
aca05ca
Update System.Runtime.Intrinsics.Experimental.cs
echesakov Feb 5, 2020
e9eb710
Update hwintrinsiclistarm64.h
echesakov Feb 5, 2020
340d2ba
Rename "AndNot" -> "BitwiseClear" in GenerateTests.csx
echesakov Feb 5, 2020
f2f7859
Rename "AndNot" -> "BitwiseClear" in Helpers.tt Helpers.cs
echesakov Feb 5, 2020
ef0e305
Update AdvSimd/
echesakov Feb 5, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions src/coreclr/src/jit/hwintrinsiclistarm64.h

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,27 @@
<Compile Include="CompareTestScalar.Vector64.Double.cs" />
<Compile Include="CompareTestScalar.Vector64.Int64.cs" />
<Compile Include="CompareTestScalar.Vector64.UInt64.cs" />
<Compile Include="Divide.Vector64.Single.cs" />
<Compile Include="Divide.Vector128.Double.cs" />
<Compile Include="Divide.Vector128.Single.cs" />
<Compile Include="Max.Vector128.Double.cs" />
<Compile Include="MaxScalar.Vector64.Double.cs" />
<Compile Include="MaxScalar.Vector64.Single.cs" />
<Compile Include="Min.Vector128.Double.cs" />
<Compile Include="MinScalar.Vector64.Double.cs" />
<Compile Include="MinScalar.Vector64.Single.cs" />
<Compile Include="Multiply.Vector128.Double.cs" />
<Compile Include="Negate.Vector128.Double.cs" />
<Compile Include="Negate.Vector128.Int64.cs" />
<Compile Include="NegateScalar.Vector64.Int64.cs" />
<Compile Include="ReverseElementBits.Vector128.Byte.cs" />
<Compile Include="ReverseElementBits.Vector128.SByte.cs" />
<Compile Include="ReverseElementBits.Vector64.Byte.cs" />
<Compile Include="ReverseElementBits.Vector64.SByte.cs" />
<Compile Include="Sqrt.Vector64.Single.cs" />
<Compile Include="Sqrt.Vector128.Double.cs" />
<Compile Include="Sqrt.Vector128.Single.cs" />
<Compile Include="Subtract.Vector128.Double.cs" />
<Compile Include="TransposeEven.Vector64.Byte.cs" />
<Compile Include="TransposeEven.Vector64.Int16.cs" />
<Compile Include="TransposeEven.Vector64.Int32.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,27 @@
<Compile Include="CompareTestScalar.Vector64.Double.cs" />
<Compile Include="CompareTestScalar.Vector64.Int64.cs" />
<Compile Include="CompareTestScalar.Vector64.UInt64.cs" />
<Compile Include="Divide.Vector64.Single.cs" />
<Compile Include="Divide.Vector128.Double.cs" />
<Compile Include="Divide.Vector128.Single.cs" />
<Compile Include="Max.Vector128.Double.cs" />
<Compile Include="MaxScalar.Vector64.Double.cs" />
<Compile Include="MaxScalar.Vector64.Single.cs" />
<Compile Include="Min.Vector128.Double.cs" />
<Compile Include="MinScalar.Vector64.Double.cs" />
<Compile Include="MinScalar.Vector64.Single.cs" />
<Compile Include="Multiply.Vector128.Double.cs" />
<Compile Include="Negate.Vector128.Double.cs" />
<Compile Include="Negate.Vector128.Int64.cs" />
<Compile Include="NegateScalar.Vector64.Int64.cs" />
<Compile Include="ReverseElementBits.Vector128.Byte.cs" />
<Compile Include="ReverseElementBits.Vector128.SByte.cs" />
<Compile Include="ReverseElementBits.Vector64.Byte.cs" />
<Compile Include="ReverseElementBits.Vector64.SByte.cs" />
<Compile Include="Sqrt.Vector64.Single.cs" />
<Compile Include="Sqrt.Vector128.Double.cs" />
<Compile Include="Sqrt.Vector128.Single.cs" />
<Compile Include="Subtract.Vector128.Double.cs" />
<Compile Include="TransposeEven.Vector64.Byte.cs" />
<Compile Include="TransposeEven.Vector64.Int16.cs" />
<Compile Include="TransposeEven.Vector64.Int32.cs" />
Expand Down
Loading