mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 03:05:42 +00:00
ci: exclude cpu-arch support providers from coverage
This commit is contained in:
parent
daff6ee3fe
commit
918b0b7612
@ -1,9 +1,11 @@
|
|||||||
#if NETCOREAPP3_0_OR_GREATER
|
using System.Diagnostics.CodeAnalysis;
|
||||||
|
#if NETCOREAPP3_0_OR_GREATER
|
||||||
using System.Runtime.Intrinsics.X86;
|
using System.Runtime.Intrinsics.X86;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace X10D;
|
namespace X10D;
|
||||||
|
|
||||||
|
[ExcludeFromCodeCoverage]
|
||||||
internal struct SystemAvx2SupportProvider : IAvx2SupportProvider
|
internal struct SystemAvx2SupportProvider : IAvx2SupportProvider
|
||||||
{
|
{
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
#if NETCOREAPP3_0_OR_GREATER
|
using System.Diagnostics.CodeAnalysis;
|
||||||
|
#if NETCOREAPP3_0_OR_GREATER
|
||||||
using System.Runtime.Intrinsics.X86;
|
using System.Runtime.Intrinsics.X86;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace X10D;
|
namespace X10D;
|
||||||
|
|
||||||
|
[ExcludeFromCodeCoverage]
|
||||||
internal struct SystemSse2SupportProvider : ISse2SupportProvider
|
internal struct SystemSse2SupportProvider : ISse2SupportProvider
|
||||||
{
|
{
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
#if NETCOREAPP3_0_OR_GREATER
|
using System.Diagnostics.CodeAnalysis;
|
||||||
|
#if NETCOREAPP3_0_OR_GREATER
|
||||||
using System.Runtime.Intrinsics.X86;
|
using System.Runtime.Intrinsics.X86;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace X10D;
|
namespace X10D;
|
||||||
|
|
||||||
|
[ExcludeFromCodeCoverage]
|
||||||
internal struct SystemSsse3SupportProvider : ISsse3SupportProvider
|
internal struct SystemSsse3SupportProvider : ISsse3SupportProvider
|
||||||
{
|
{
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
|
Loading…
Reference in New Issue
Block a user