Merge commit '6fc28ab4934d3668bf4ec96db1e082cf26b11384' into develop

This commit is contained in:
assistant-librarian[bot]
2025-10-02 18:14:39 +00:00
parent a67ea9db58
commit bdbab2394b
7 changed files with 109 additions and 15 deletions

View File

@@ -73,7 +73,7 @@ struct is_quantpreshuffle_enabled
};
template <typename T>
struct is_quantpreshuffle_enabled<T, decltype(T::PreshuffleQuant)>
struct is_quantpreshuffle_enabled<T, std::void_t<decltype(T::PreshuffleQuant)>>
{
static constexpr bool value = T::PreshuffleQuant;
};