Re: My PC's cores can synchronize to about 1.000 clock cycles accuracy

Liste des GroupesRevenir à l c 
Sujet : Re: My PC's cores can synchronize to about 1.000 clock cycles accuracy
De : Bonita.Montero (at) *nospam* gmail.com (Bonita Montero)
Groupes : comp.lang.c
Date : 14. Sep 2024, 05:01:16
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vc2u9h$19778$1@raubtier-asyl.eternal-september.org>
References : 1 2
User-Agent : Mozilla Thunderbird
Am 13.09.2024 um 19:16 schrieb Tim Rentsch:
Bonita Montero <Bonita.Montero@gmail.com> writes:
 
#include <iostream>
#include <barrier>
#include <thread>
#include <vector>
#if defined(_WIN32)
     #include <intrin.h>
#elif defined(__linux__)
     #include <x86intrin.h>
#endif
>
using namespace std;
>
[...]
 Wrong newsgroup, shit-for-brains.
It's more about the general principle that the interconnect between the
CPU-cores of my PC is that fast that the cores can synchronize to about
1'000 clock cycles.

Date Sujet#  Auteur
13 Sep 24 * My PC's cores can synchronize to about 1.000 clock cycles accuracy7Bonita Montero
13 Sep 24 +- Re: My PC's cores can synchronize to about 1.000 clock cycles accuracy1Bonita Montero
13 Sep 24 +* Re: My PC's cores can synchronize to about 1.000 clock cycles accuracy2Tim Rentsch
14 Sep 24 i`- Re: My PC's cores can synchronize to about 1.000 clock cycles accuracy1Bonita Montero
16 Sep08:43 `* Re: DECIMAL POINT IS COMMA3Lawrence D'Oliveiro
16 Sep12:56  `* Re: DECIMAL POINT IS COMMA2Bonita Montero
16 Sep21:15   `- Re: DECIMAL POINT IS COMMA1Paul

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal