Add a variant of rdtscp() that retains and returns the IA32_TSC_AUX
value read by rdtscp.
Details
Details
Tested as part of testing D29733.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/i386/include/cpufunc.h | ||
---|---|---|
412 | Why not use the =A constraint here like the other intrinsics do? |