testsuite: Fix build with standards compliant Clang
As per https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html, the correct
macro to be used is __asm__
. While at it, also ensure that Clang is
recognised with the correct macro.
Fixes #59 (closed)
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
As per https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html, the correct
macro to be used is __asm__
. While at it, also ensure that Clang is
recognised with the correct macro.
Fixes #59 (closed)