Commit 773c0e70 authored by Rostyslav Geyyer's avatar Rostyslav Geyyer
Browse files

Fix build

parent ad4ce062
...@@ -32,7 +32,7 @@ struct f4x2_pk_t ...@@ -32,7 +32,7 @@ struct f4x2_pk_t
f4x2_pk_t(type init) : data{init} {} f4x2_pk_t(type init) : data{init} {}
template <index_t I> template <index_t I>
__host__ __device__ inline type unpack() __host__ __device__ inline type unpack() const
{ {
if constexpr(I == 0) if constexpr(I == 0)
return data & 0b00001111; return data & 0b00001111;
......
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment