mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-12992 disable U_ALIASING_BARRIER for now
X-SVN-Rev: 39722
This commit is contained in:
parent
4b154b8328
commit
8c7d1b2deb
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ U_NAMESPACE_BEGIN
|
|||
*/
|
||||
#ifdef U_ALIASING_BARRIER
|
||||
// Use the predefined value.
|
||||
#elif defined(__clang__) || defined(__GNUC__)
|
||||
#elif 0 // TODO: only some versions of clang?? defined(__clang__) || defined(__GNUC__)
|
||||
# define U_ALIASING_BARRIER(ptr) asm volatile("" : "+rm"(ptr))
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue