Vincent Rabaud 7ba44f80f3 Homogenize "__asm__ volatile" vs "asm volatile"
According to https://gcc.gnu.org/onlinedocs/gcc/extensions-to-the-c-language-family/how-to-use-inline-assembly-language-in-c-code.html

For the C language, the asm keyword is a GNU extension. When
writing C code that can be compiled with -ansi and the -std options
that select C dialects without GNU extensions, use __asm__ instead
of asm (see Alternate Keywords). For the C++ language, asm is a
standard keyword, but __asm__ can be used for code compiled with
-fno-asm.

Change-Id: I4af950e67c857c890290c1e3d9cc886da0748784
2023-09-06 17:15:05 +02:00
..
2023-06-01 18:56:12 -07:00
2023-07-26 10:25:14 +02:00
2023-07-28 09:07:11 -07:00
2023-08-15 19:11:50 -07:00
2023-06-01 18:56:12 -07:00
2023-06-01 18:56:12 -07:00
2023-06-01 18:56:12 -07:00