hfinkel added inline comments.
================
Comment at: cfe/trunk/lib/Frontend/CompilerInvocation.cpp:1638
Opts.LaxVectorConversions = 0;
- Opts.DefaultFPContract = 1;
+ Opts.setDefaultFPContractMode(LangOptions::FPC_On);
Opts.NativeHalfType = 1;
----------------
Looks like the intent is certainly to have kept the OpenCL default the same
here.
Repository:
rL LLVM
https://reviews.llvm.org/D31167
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits