File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ namespace mpl
22
22
namespace impl
23
23
{
24
24
25
- // TODO: uncomment when fixed https://github.com/microsoft/DirectXShaderCompiler/issues/5859
26
25
template<uint16_t bits_log2>
27
26
struct countl_zero_masks
28
27
{
@@ -37,14 +36,6 @@ struct countl_zero_masks<0>
37
36
NBL_CONSTEXPR_STATIC_INLINE uint64_t LO_MASK = 0 ;
38
37
};
39
38
40
- // TODO: this is temporary workaround, delete when fixed: https://github.com/microsoft/DirectXShaderCompiler/issues/5859
41
- // template<uint16_t bits_log2>
42
- // struct countl_zero_masks
43
- // {
44
- // NBL_CONSTEXPR_STATIC_INLINE uint16_t SHIFT = bits_log2 ? uint16_t(1)<<(bits_log2-1) : 0;
45
- // NBL_CONSTEXPR_STATIC_INLINE uint64_t LO_MASK = bits_log2 ? (1ull<<SHIFT)-1 : 0;
46
- // };
47
-
48
39
template<uint64_t N, uint16_t bits_log2>
49
40
struct countl_zero
50
41
{
You can’t perform that action at this time.
0 commit comments