[PATCH] D48661: [Fixed Point Arithmetic] Fixed Point Constant

2018-06-28 Thread John McCall via Phabricator via cfe-commits
rjmccall added inline comments. Comment at: include/clang/Basic/FixedPoint.h:31 + SatNoPadding, +}; + I figured you'd want this to be a struct which include the scale, width, signed-ness, and saturating-ness; and then `APFixedPoint` can just store one of these

r335945 - [X86] Remove masking from the avx512 packed sqrt builtins. Use select builtins instead.

2018-06-28 Thread Craig Topper via cfe-commits
Author: ctopper Date: Thu Jun 28 22:43:33 2018 New Revision: 335945 URL: http://llvm.org/viewvc/llvm-project?rev=335945&view=rev Log: [X86] Remove masking from the avx512 packed sqrt builtins. Use select builtins instead. Modified: cfe/trunk/include/clang/Basic/BuiltinsX86.def cfe/trunk/

<    1   2   3