public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/53140] New: Add support for vector of complex numbers
@ 2012-04-27 10:24 andrii.riabushenko at barclays dot com
  2012-04-27 10:38 ` [Bug c/53140] " rguenth at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: andrii.riabushenko at barclays dot com @ 2012-04-27 10:24 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53140

             Bug #: 53140
           Summary: Add support for vector of complex numbers
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: andrii.riabushenko@barclays.com


Since now complex numbers are integral types gcc should provide support for
vector of complex numbers. Hence, the following code will start working:


typedef float _Complex v2sc __attribute__((vector_size(16)));
typedef float _Complex v4sc __attribute__((vector_size(32)));
typedef double _Complex v1dc __attribute__((vector_size(16)));
typedef double _Complex v2dc __attribute__((vector_size(32)));

v4sc a,b;
a += b;


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug c/53140] Add support for vector of complex numbers
  2012-04-27 10:24 [Bug c/53140] New: Add support for vector of complex numbers andrii.riabushenko at barclays dot com
@ 2012-04-27 10:38 ` rguenth at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-04-27 10:38 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53140

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-04-27 10:37:27 UTC ---
No, we do not want to have this.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-27 10:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-27 10:24 [Bug c/53140] New: Add support for vector of complex numbers andrii.riabushenko at barclays dot com
2012-04-27 10:38 ` [Bug c/53140] " rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).