Deutsch   English   Français   Italiano  
<vk7g00$8eri$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: James Kuyper <jameskuyper@alumni.caltech.edu>
Newsgroups: comp.lang.c
Subject: Re: constexpr is really very smart!
Date: Sat, 21 Dec 2024 17:37:52 -0500
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <vk7g00$8eri$1@dont-email.me>
References: <vjndub$2glcu$1@paganini.bofh.team>
 <20241216112808.00003f74@yahoo.com> <86jzbyghdw.fsf@linuxsc.com>
 <20241218013342.0000518a@yahoo.com> <867c7whol9.fsf@linuxsc.com>
 <20241218220006.00003f8e@yahoo.com> <86v7vgf3tb.fsf@linuxsc.com>
 <20241219234549.00001902@yahoo.com> <86r062f0kl.fsf@linuxsc.com>
 <20241222001456.00007e84@yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 21 Dec 2024 23:37:53 +0100 (CET)
Injection-Info: dont-email.me; posting-host="e82db12964a63b1abc75b9429d7ac291";
	logging-data="277362"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/bz4DNji3S0JpmfsoWiRlMpYFya5kPDG8="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:c48Ws55F63EImxSW6Ar/xds/0ik=
In-Reply-To: <20241222001456.00007e84@yahoo.com>
Content-Language: en-US
Bytes: 1819

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.