Alexey Zaparovanny
Alexey Zaparovanny
Yes it is 32 bit on arm. But all max/min functions in the code compare point coordinates with constants that look like “1L” (long int) so type matching breaks and...
Perhaps cleaner fix will be to explicitly cast all constants to point coordinate type. I did not go this route with time constraints I had. > On Feb 1, 2019,...
Sure thing :) Cool library btw! > On Feb 1, 2019, at 9:23 AM, Fabio Massaioli wrote: > > Oh I see... Ironically I introduced all those L prefixes precisely...
I would agree, we need general way to specify parallel conditional block, tools are not always do what designer wants.