================ Comment at: lib/Driver/Tools.cpp:1581 @@ -1580,1 +1580,3 @@ +// The -mrecip flag is not unique to x86, but it sets x86-specific target +// features. It requires processing of many optional parameters. ---------------- As I commented in D8982, I'd like to see options for these added to TargetOptions.h, and then we can handle these in a uniform way across targets. Also, these should default to being on when -ffast-math is enabled, but we can override the defaults with these options.
http://reviews.llvm.org/D8989 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
