You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had turned off clang-formatting for nativecpu_utils.cpp because the
macro definitions we used confused the formatter to the point of making
the result unreadable, but by changing the macros so that they are
followed by a semicolon, and by avoiding NCPUPREFIX and spelling out the
concatenation directly, we can get it into a state where it does work
for clang-format.
0 commit comments