Nikos Mavrogiannopoulos <[email protected]> writes:

> How does it deal with multi-threaded access?

The worst thing that can happen is that several threads examine the
cpuid flags, and then write identical pointers to the same locations at
approximately the same time.

And as far as I have understod, that is no problem, because, reading and
writing a pointer value is an atomic operations on the concerned
architectures.

Regards,
/Niels

-- 
Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26.
Internet email is subject to wholesale government surveillance.
_______________________________________________
nettle-bugs mailing list
[email protected]
http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs

Reply via email to