Sujet : Re: constexpr is really very smart!
De : jameskuyper (at) *nospam* alumni.caltech.edu (James Kuyper)
Groupes : comp.lang.cDate : 21. Dec 2024, 23:37:52
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vk7g00$8eri$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10
User-Agent : Mozilla Thunderbird
On 12/21/24 17:14, Michael S wrote:
On Fri, 20 Dec 2024 14:31:54 -0800
Tim Rentsch <tr.17687@z991.linuxsc.com> wrote:
>
>
Thank you for that. Sadly I am not able to run it because my
test environment is lacking _rdtsc(), and I haven't been able
to find out how to install it.
>
>
Any x86-64 Linux should have _rdtsc() as inline function (or built-in)
defined in x86intrin.h. No installation required.
On my x86-64 Linux system, that header (indirectly) declares __rdtsc(),
but not _rdtsc.