md.texi (Standard Pattern Names For Generation): Fix swapped sine and cosine operands in the sincos description.
* doc/md.texi (Standard Pattern Names For Generation): Fix swapped sine and cosine operands in the sincos description. From-SVN: r193424
This commit is contained in:
parent
dfa228f028
commit
6ba9e40135
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-11-12 Oleg Endo <olegendo@gcc.gnu.org>
|
||||
|
||||
* doc/md.texi (Standard Pattern Names For Generation): Fix swapped
|
||||
sine and cosine operands in the sincos description.
|
||||
|
||||
2012-11-12 Oleg Endo <olegendo@gcc.gnu.org>
|
||||
|
||||
PR target/53512
|
||||
|
|
|
@ -4884,7 +4884,7 @@ type @code{float}.
|
|||
|
||||
@cindex @code{sincos@var{m}3} instruction pattern
|
||||
@item @samp{sincos@var{m}3}
|
||||
Store the sine of operand 2 into operand 0 and the cosine of
|
||||
Store the cosine of operand 2 into operand 0 and the sine of
|
||||
operand 2 into operand 1.
|
||||
|
||||
The @code{sin} and @code{cos} built-in functions of C always use the
|
||||
|
|
Loading…
Add table
Reference in a new issue