Kotlin / kotlinx-atomicfu

The idiomatic way to use atomic operations in Kotlin
Other
884 stars 57 forks source link

Support linuxarm32hfp target #207

Open arkivanov opened 2 years ago

arkivanov commented 2 years ago

The lack of linuxarm32hfp target prevents AtomicFU from being used in Reaktive. And I think the same story for coroutines.

PS: Looks like there is a PR available #193, but it did not receive any attention.

mvicsokolova commented 1 year ago

Please, see the same issue #193

lppedd commented 8 months ago

@mvicsokolova consider reopening this and adding linuxArm32Hfp, as other libraries like kotlinx-serialization did, since the target is just deprecated, but not removed.

See https://github.com/Kotlin/kotlinx.serialization/pull/2505