1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

Merge pull request #7104 from alalek:port_6106

This commit is contained in:
Alexander Alekhin
2016-08-12 13:51:55 +00:00
@@ -71,6 +71,7 @@
#define ARM_ROUND(_value, _asm_string) \
int res; \
float temp; \
(void)temp; \
asm(_asm_string : [res] "=r" (res), [temp] "=w" (temp) : [value] "w" (_value)); \
return res
// 2. version for double