[PATCH] D31428: [x86] fix AVX FP cmp intrinsic documentation (PR28110)

Simon Pilgrim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 29 05:31:06 PDT 2017


RKSimon added inline comments.


================
Comment at: lib/Headers/avxintrin.h:1752
+///    0x1e : Greater-than (ordered, non-signaling)
+///    0x1f : True (unordered, signaling)
 /// \returns A 128-bit vector of [4 x float] containing the comparison results.
----------------
Minor: clean up the nonsignalling/non-sign versions to non-signaling etc.


https://reviews.llvm.org/D31428





More information about the cfe-commits mailing list