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.
1 parent fa7e7e0 commit 25020f2Copy full SHA for 25020f2
modules/core/include/opencv2/core/fast_math.hpp
@@ -80,7 +80,7 @@
80
int res; \
81
float temp; \
82
(void)temp; \
83
- asm(_asm_string : [res] "=r" (res), [temp] "=w" (temp) : [value] "w" (_value)); \
+ __asm__(_asm_string : [res] "=r" (res), [temp] "=w" (temp) : [value] "w" (_value)); \
84
return res
85
// 2. version for double
86
#ifdef __clang__
0 commit comments