Asm template question: Is there a way to replace these two functions with one function that automatically uses rori when the 2nd argument is a constant known at compile-time? #FollowerPowerpic.twitter.com/TBcW8YEUc7
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
Could avoid the ({...}) trickery with the good 'ol ternary operator...
#define ror(a,b) ( __builtin_constant_p(b) ? _rori(a,b) : _ror(a.b) )
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.