🔬This is a nightly-only experimental API. (
stdsimd
#48556)Available on ARM only.
Functions
- __clrex⚠ExperimentalRemoves the exclusive lock created by LDREX
- __ldrex⚠ExperimentalExecutes an exclusive LDR instruction for 32 bit value.
- __ldrexb⚠ExperimentalExecutes an exclusive LDR instruction for 8 bit value.
- __ldrexh⚠ExperimentalExecutes an exclusive LDR instruction for 16 bit value.
- __strex⚠ExperimentalExecutes an exclusive STR instruction for 32 bit values
- __strexb⚠ExperimentalExecutes an exclusive STR instruction for 8 bit values