We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a30f64 + c704518 commit ce2733bCopy full SHA for ce2733b
modules/core/include/opencv2/core/types_c.h
@@ -318,7 +318,7 @@ enum {
318
int res; \
319
float temp; \
320
(void)temp; \
321
- asm(_asm_string : [res] "=r" (res), [temp] "=w" (temp) : [value] "w" (_value)); \
+ __asm__(_asm_string : [res] "=r" (res), [temp] "=w" (temp) : [value] "w" (_value)); \
322
return res;
323
// 2. version for double
324
#ifdef __clang__
0 commit comments