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.cDate : 14. Sep 2024, 04: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.