Home
last modified time | relevance | path

Searched hist:"6 f240e18b576739b3bb941a0d7420b0147cbeb13" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/amd64/include/
H A Dcpufunc.hdiff 6f240e18b576739b3bb941a0d7420b0147cbeb13 Fri Aug 04 00:28:30 CEST 2017 Conrad Meyer <cem@FreeBSD.org> 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 <anton.rang AT isilon.com>
Sponsored by: Dell EMC Isilon