0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 08:12:37 +01:00

ircd::portable: Remove todo (would prevent macro-op fusion).

This commit is contained in:
Jason Volk 2020-09-19 05:30:15 -07:00
parent a738cc8444
commit 5294a8e78b

View file

@ -65,7 +65,6 @@ namespace ircd
typedef u_long ulong;
#endif
///TODO: XXX hoist lfence out of unlikely target block
#if defined(RB_ASSERT) && defined(RB_ASSERT_INTRINSIC) && !defined(NDEBUG) && defined(__SSE2__)
#undef assert
#ifdef __clang__