LDPC icon indicating copy to clipboard operation
LDPC copied to clipboard

Errors

Open asharouthu opened this issue 2 years ago • 1 comments

While I'm executing testbench.cc I've got two errors in 99 line "aligned_alloc" Is undefined and in 126th line it must have a constant value

asharouthu avatar Feb 08 '22 15:02 asharouthu

I've just replaced aligned_alloc() with the aligned new introduced with C++17 in the work branch.

To fix your second problem, a major rewrite would be necessary, as line 126 is not the only place. Any volunteers?

xdsopl avatar Feb 09 '22 10:02 xdsopl