I have a 128 bit long data structure where I need to test individual bits. I’ve found this MBS function that comes close but the docs imply it only works up to 32 bits, and I need 128.
BitIsSetMBS(value as UInt64, bitNumber as Integer) as Boolean Notes: Always using 32bit. Before I code up a solution using multiple 32 bit chunks, is there a memoryblock based version of this that supports 128 bits, or has this function been upgraded to support 64 bits now? Performance is key so I’d like to minimize the overheard of piecing together a solution. Thanks, Joe _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
