Commit 98972d54 authored by Ray Donnelly's avatar Ray Donnelly
Browse files

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.
parent dff798b1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment