On 16 June 2014 23:59, Jonathan Roelofs <[email protected]> wrote: > if ( windows ) return true; > else if ( arch >= v6 ) { > version = whatever; > } else if ( !linux && !freebsd && !netbsd && !bitrig ) { > return false; > } > > if ( Profile == "M" && MaxAtomicInlineWidth) { > MaxAtomicPromoteWidth = 32; > MaxAtomicInlineWidth = 32; > } > return true;
This sequence sounds correct to me, too. cheers, -renato _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
