tech-misc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Bad bitmasking in tests/lib/libc/gen/t_fpsetmask.c?



I meant:

> Shouldn't the part that reads:
> 	fpsetmask(msk & lst[i]);
> rather read:
> 	fpsetmask(msk & ~lst[i]);
> ?


Home | Main Index | Thread Index | Old Index