Merge pull request #7104 from alalek:port_6106

This commit is contained in:
Alexander Alekhin 2016-08-12 13:51:55 +00:00
commit 658e4c3db6

View File

@ -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