K 10 svn:author V 3 cem K 8 svn:date V 27 2017-08-03T22:28:30.476742Z K 7 svn:log V 381 x86: Tag some intrinsics with __pure2 Some C wrappers for x86 instructions do not touch global memory and only act on their arguments; they can be marked __pure2, aka __const__. Without this annotation, Clang 3.9.1 is not intelligent enough on its own to grok that these functions are __const__. Submitted by: Anton Rang Sponsored by: Dell EMC Isilon END