mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
Automerge.
This commit is contained in:
commit
d26c6d62a3
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ typedef fp_except fp_except_t;
|
|||
# define fpu_control_t unsigned int
|
||||
# define _FPU_EXTENDED 0x300
|
||||
# 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_SETCW(cw) asm volatile ("fldcw %0" : : "m" (*&cw))
|
||||
# else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue