MinGW-w64 build fix (lacks ffs declaration)
Define ffs as __builtin_ffs if ffs is not declared but __builtin_ffs is declared. This problem only happens at -O0 as one of the optimization passes substitutes ffs for __builtin_ffs. .. this patch has been submitted to the ISL project and also apparently merged, though it is not in the publically visible repository yet.
Loading
Please sign in to comment