Commit 658e4c3d authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #7104 from alalek:port_6106

parents 1fb1088b 1b3f6348
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment