This is an archive of the discontinued LLVM Phabricator instance.

[x86] fix AVX FP cmp intrinsic documentation (PR28110)
ClosedPublic

Authored by spatel on Mar 28 2017, 10:59 AM.

Details

Summary

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

Diff Detail

Repository
rL LLVM

Event Timeline

spatel created this revision.Mar 28 2017, 10:59 AM
RKSimon added inline comments.Mar 29 2017, 5:31 AM
lib/Headers/avxintrin.h
1752 ↗(On Diff #93261)

Minor: clean up the nonsignalling/non-sign versions to non-signaling etc.

spatel updated this revision to Diff 93366.Mar 29 2017, 6:43 AM

Patch updated:
Standardize the spelling of "non-signaling" and don't abbreviate "unordered".

This revision is now accepted and ready to land.Apr 7 2017, 9:45 PM
This revision was automatically updated to reflect the committed changes.