On Sun, May 22, 2016 at 11:11 PM, Paul B Mahol wrote:
> On 5/22/16, Umair Khan wrote:
>> On Fri, May 20, 2016 at 11:53 PM, Paul B Mahol wrote:
>>> On 5/20/16, Umair Khan wrote:
Hi,
I'm working on implementing floating point support in the ALS decoder.
In this I've to use mas
On 5/22/16, Umair Khan wrote:
> On Fri, May 20, 2016 at 11:53 PM, Paul B Mahol wrote:
>> On 5/20/16, Umair Khan wrote:
>>> Hi,
>>>
>>> I'm working on implementing floating point support in the ALS decoder.
>>> In this I've to use masked LZ decompression. I've written the code for
>>> myself for
On Fri, May 20, 2016 at 11:53 PM, Paul B Mahol wrote:
> On 5/20/16, Umair Khan wrote:
>> Hi,
>>
>> I'm working on implementing floating point support in the ALS decoder.
>> In this I've to use masked LZ decompression. I've written the code for
>> myself for masked lz decompression using the help
On 5/20/16, Umair Khan wrote:
> Hi,
>
> I'm working on implementing floating point support in the ALS decoder.
> In this I've to use masked LZ decompression. I've written the code for
> myself for masked lz decompression using the help from the reference
> software.
> Although, I'm not yet sure if