Skip to content

Commit c102b96

Browse files
committed
[X86] Correct the comments about comparison intrinsics. NFCI.
1 parent 69cf735 commit c102b96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/CodeGen/CGBuiltin.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13955,8 +13955,7 @@ Value *CodeGenFunction::EmitX86BuiltinExpr(unsigned BuiltinID,
1395513955
// Lowering vector comparisons to fcmp instructions, while
1395613956
// ignoring signalling behaviour requested
1395713957
// ignoring rounding mode requested
13958-
// This is is only possible as long as FENV_ACCESS is not implemented.
13959-
// See also: https://reviews.llvm.org/D45616
13958+
// This is only possible if fp-model is not strict and FENV_ACCESS is off.
1396013959

1396113960
// The third argument is the comparison condition, and integer in the
1396213961
// range [0, 31]

0 commit comments

Comments
 (0)