Feature Request P2
Status Update
Comments
ni...@google.com <ni...@google.com>
ap...@google.com <ap...@google.com> #2
thanks for create this issue instance. It is more related to generated Binding Class in Data Binding is deemed to be Unresolved by KT Editor, when multiple base modules in the project has the same Data Binding classes.
Description
Subzero presently doesn't support atomic loads/stores and different memory orders. On x86 (32 and 64), this is fine, but for other platforms, we need to implement this. We could make use calls to standard C++ atomic functions to emulate this, or add support in Subzero itself.