public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/94604] New: support for the ETSI basic operations
@ 2020-04-15  8:35 nidhi.rai at samsung dot com
  2020-04-15  9:40 ` [Bug target/94604] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: nidhi.rai at samsung dot com @ 2020-04-15  8:35 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94604

            Bug ID: 94604
           Summary: support for the ETSI basic operations
           Product: gcc
           Version: 8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: nidhi.rai at samsung dot com
  Target Milestone: ---

I am trying to move from ARM compiler to GCC compiler for my project . 
ARM Compiler 4.1 and later provide support for the ETSI basic operations
through the header file dspfns.h. Does GCC has such support available ?

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

* [Bug target/94604] support for the ETSI basic operations
  2020-04-15  8:35 [Bug other/94604] New: support for the ETSI basic operations nidhi.rai at samsung dot com
@ 2020-04-15  9:40 ` rguenth at gcc dot gnu.org
  2020-04-21 13:45 ` clyon at gcc dot gnu.org
  2022-11-04 20:37 ` ramana at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-04-15  9:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94604

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
             Target|                            |arm
          Component|other                       |target

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
I see no such header in GCC.

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

* [Bug target/94604] support for the ETSI basic operations
  2020-04-15  8:35 [Bug other/94604] New: support for the ETSI basic operations nidhi.rai at samsung dot com
  2020-04-15  9:40 ` [Bug target/94604] " rguenth at gcc dot gnu.org
@ 2020-04-21 13:45 ` clyon at gcc dot gnu.org
  2022-11-04 20:37 ` ramana at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: clyon at gcc dot gnu.org @ 2020-04-21 13:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94604

--- Comment #2 from Christophe Lyon <clyon at gcc dot gnu.org> ---
I think this is provided by arm_acle.h:

https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/config/arm/arm_acle.h;h=6b08ffd4174c8d829fe5730f99cd8f28e300afab;hb=HEAD

You can see that saturating and DSP intrinsics have been recently added and
will be available with gcc-10.

You can get more details about ACLE (ARM C Language Extensions) from Arm:
https://developer.arm.com/architectures/system-architectures/software-standards/acle

There is paragraph showing how to implement the ETSI basic operations using the
ACLE DSP intrinsics.

Does that cover your need?

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

* [Bug target/94604] support for the ETSI basic operations
  2020-04-15  8:35 [Bug other/94604] New: support for the ETSI basic operations nidhi.rai at samsung dot com
  2020-04-15  9:40 ` [Bug target/94604] " rguenth at gcc dot gnu.org
  2020-04-21 13:45 ` clyon at gcc dot gnu.org
@ 2022-11-04 20:37 ` ramana at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ramana at gcc dot gnu.org @ 2022-11-04 20:37 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94604

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2022-11-04
                 CC|                            |ramana at gcc dot gnu.org

--- Comment #3 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> ---
I'd suggest moving this to Waiting given the time without a response and the
correct links to documentation and that this should be covered really by
arm_acle.h . 

Ramana

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

end of thread, other threads:[~2022-11-04 20:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-15  8:35 [Bug other/94604] New: support for the ETSI basic operations nidhi.rai at samsung dot com
2020-04-15  9:40 ` [Bug target/94604] " rguenth at gcc dot gnu.org
2020-04-21 13:45 ` clyon at gcc dot gnu.org
2022-11-04 20:37 ` ramana 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).