[PATCH] D14205: [x86] Front-end part of MCU psABI support
Michael Kuperstein via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 1 01:40:39 PST 2015
mkuper accepted this revision.
mkuper added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/Basic/Targets.cpp:2327
@@ -2325,3 +2326,3 @@
// X87 evaluates with 80 bits "long double" precision.
return SSELevel == NoSSE ? 2 : 0;
}
----------------
Do you know if we should also change this to be 0?
http://reviews.llvm.org/D14205
More information about the cfe-commits
mailing list