Tyler Retzlaff
7498c2d74e
eal: do not redefine asm keyword in C++
...
C++ forbids redefining a keyword as a macro.
The keyword asm is conditionally-supported and implementation defined,
but it seems our best guess.
In C, if asm does not exist, it is defined as __asm__
which is a GNU extension.
Signed-off-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
2021-04-13 15:32:48 +02:00
..
2020-10-19 22:13:59 +02:00
2020-10-19 22:13:59 +02:00
2021-01-21 10:27:44 +01:00
2021-01-26 00:43:59 +01:00
2020-10-19 22:13:59 +02:00
2020-11-05 17:49:00 +01:00
2021-01-29 15:58:06 +01:00
2021-01-29 15:58:06 +01:00
2020-10-19 22:13:59 +02:00
2021-04-13 15:32:48 +02:00
2020-10-22 22:07:15 +02:00
2021-04-08 00:26:39 +02:00
2021-04-12 09:23:34 +02:00
2021-01-21 10:27:47 +01:00
2020-10-19 22:13:59 +02:00
2020-10-19 22:15:34 +02:00
2020-11-14 10:56:30 +01:00
2021-01-15 11:31:28 +01:00
2021-01-29 20:59:37 +01:00
2021-01-15 11:31:28 +01:00
2021-01-29 20:59:37 +01:00
2020-10-19 22:13:59 +02:00
2020-11-20 16:05:35 +01:00
2021-03-16 20:15:29 +01:00
2020-11-03 16:21:15 +01:00
2021-01-29 20:59:37 +01:00
2021-03-02 10:57:28 +01:00
2020-10-19 22:13:59 +02:00
2021-02-05 17:40:23 +01:00
2020-10-19 22:13:59 +02:00
2021-03-25 17:35:10 +01:00
2021-03-22 17:19:16 +01:00
2021-01-21 10:27:47 +01:00
2021-04-06 14:52:49 +02:00
2021-01-19 15:24:46 +01:00
2021-03-24 19:18:45 +01:00
2021-03-23 19:50:44 +01:00
2021-04-06 10:36:49 +02:00
2021-01-29 15:58:06 +01:00
2021-01-11 15:34:21 +01:00
2021-01-29 20:59:37 +01:00
2020-10-31 22:14:30 +01:00
2021-01-29 20:59:09 +01:00
2021-01-29 20:59:37 +01:00
2020-10-19 22:13:59 +02:00
2021-01-29 15:58:06 +01:00
2021-01-29 20:59:37 +01:00
2021-03-23 19:47:20 +01:00
2021-03-26 17:17:45 +01:00
2021-04-08 23:12:55 +02:00
2021-04-07 08:54:05 +02:00
2021-04-09 19:07:25 +02:00