Seeing errors while building the c++ library:
atomic:2756:16: error: use of undeclared identifier '__libcpp_signed_lock_free'
typedef atomic<__libcpp_signed_lock_free> atomic_signed_lock_free;
Differential D76546
[Hexagon] MaxAtomicPromoteWidth, MaxAtomicInlineWidth are not getting set. sidneym on Mar 21 2020, 10:50 AM. Authored by
Details Seeing errors while building the c++ library: typedef atomic<__libcpp_signed_lock_free> atomic_signed_lock_free;
Diff Detail
|
The extra line break?