On 27/10/2012 09:03, Станислав wrote: > Hi. > I have reported an issue about bitset function (see bug #12013). > > I have changed the code of function. My solution is not brilliant but it > works good for me. > > The bitset function does not have a test-file so I have wrote it. > I am going to write a SEP-file which will include description of: > 1) algorithm of work when pos is more than 32 or/and x is more than 2^32-1; > 2) algorithm of work when x is an uint8, uint16 or uint32 value and pos > is more than 8 (bitset works wrong if x is uint8 and pos is 9); > 3) change of type of x in different cases. > > If someone is working on bitset function let we discuss it. AFAIK, nobody is working on this function.
Let me know when you have progress on the code. I will be happy to review your patches. Thanks, Sylvestre _______________________________________________ dev mailing list [email protected] http://lists.scilab.org/mailman/listinfo/dev
