mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 22:55: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;
|
||||
#endif
|
||||
|
||||
namespace X10D;
|
||||
|
||||
[ExcludeFromCodeCoverage]
|
||||
internal struct SystemAvx2SupportProvider : IAvx2SupportProvider
|
||||
{
|
||||
/// <inheritdoc />
|
||||
|
@ -1,9 +1,11 @@
|
||||
#if NETCOREAPP3_0_OR_GREATER
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
#if NETCOREAPP3_0_OR_GREATER
|
||||
using System.Runtime.Intrinsics.X86;
|
||||
#endif
|
||||
|
||||
namespace X10D;
|
||||
|
||||
[ExcludeFromCodeCoverage]
|
||||
internal struct SystemSse2SupportProvider : ISse2SupportProvider
|
||||
{
|
||||
/// <inheritdoc />
|
||||
|
@ -1,9 +1,11 @@
|
||||
#if NETCOREAPP3_0_OR_GREATER
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
#if NETCOREAPP3_0_OR_GREATER
|
||||
using System.Runtime.Intrinsics.X86;
|
||||
#endif
|
||||
|
||||
namespace X10D;
|
||||
|
||||
[ExcludeFromCodeCoverage]
|
||||
internal struct SystemSsse3SupportProvider : ISsse3SupportProvider
|
||||
{
|
||||
/// <inheritdoc />
|
||||
|
Loading…
Reference in New Issue
Block a user