Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

LSE Atomics



What's the NetBSD equivalent of the following logic:

unsigned long hwcap = __getauxval (AT_HWCAP);
_aarch64_have_lse_atomics = (hwcap & HWCAP_ATOMICS) != 0;

Attachment: signature.asc
Description: OpenPGP digital signature



Home | Main Index | Thread Index | Old Index