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

Sanjay Patel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 28 10:59:32 PDT 2017


spatel created this revision.
Herald added a subscriber: mcrosier.

This copies the text used in the #define statements to the code comments. The conflicting text comes from AMD manuals, but those are wrong. Sadly, this part has not been updated even after some docs were updated for Zen:
http://support.amd.com/en-us/search/tech-docs ( AMD64 Architecture Programmer's Manual Volume 4 )

See PR28110 for more discussion:
https://bugs.llvm.org/show_bug.cgi?id=28110


https://reviews.llvm.org/D31428

Files:
  lib/Headers/avxintrin.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31428.93261.patch
Type: text/x-patch
Size: 15116 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170328/aaea396b/attachment.bin>


More information about the cfe-commits mailing list