Commit eb366b8c authored by Alexey Kopytov's avatar Alexey Kopytov

Automerge.

parents 7f87c8f0 9268ca73
...@@ -183,7 +183,7 @@ typedef fp_except fp_except_t; ...@@ -183,7 +183,7 @@ typedef fp_except fp_except_t;
# define fpu_control_t unsigned int # define fpu_control_t unsigned int
# define _FPU_EXTENDED 0x300 # define _FPU_EXTENDED 0x300
# define _FPU_DOUBLE 0x200 # define _FPU_DOUBLE 0x200
# if defined(__GNUC__) || defined(__SUNPRO_CC) # if defined(__GNUC__) || (defined(__SUNPRO_CC) && __SUNPRO_CC >= 0x590)
# define _FPU_GETCW(cw) asm volatile ("fnstcw %0" : "=m" (*&cw)) # define _FPU_GETCW(cw) asm volatile ("fnstcw %0" : "=m" (*&cw))
# define _FPU_SETCW(cw) asm volatile ("fldcw %0" : : "m" (*&cw)) # define _FPU_SETCW(cw) asm volatile ("fldcw %0" : : "m" (*&cw))
# else # else
......
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