Processing AVX512 branch on all dotnet versions

This commit is contained in:
Martin Evans 2023-11-15 01:18:22 +00:00
parent e850115b5f
commit e9f5dbba89
1 changed files with 0 additions and 2 deletions

View File

@ -136,9 +136,7 @@ namespace LLama.Native
AvxLevel.None => string.Empty,
AvxLevel.Avx => "avx",
AvxLevel.Avx2 => "avx2",
#if NET8_0_OR_GREATER
AvxLevel.Avx512 => "avx512",
#endif
_ => throw new ArgumentException($"Unknown AvxLevel '{level}'")
};
}