All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/7 v6] package/fftw: add a bunch of optimisations (branch yem/fftw)
@ 2015-03-16 13:54 Yann E. MORIN
  2015-03-16 13:53 ` [Buildroot] [PATCH 1/7 v6] fftw: add compile precision option Yann E. MORIN
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Yann E. MORIN @ 2015-03-16 13:54 UTC (permalink / raw)
  To: buildroot

Hello All!

This series aggregates misc optimisation patches for out fftw package,
based on work by Gwenhael and Guillaume.

Thanks to both for their previous work! :-)


Changes v5 -> v6:
  - architecture optimisations are not available for all precisions
    (Thomas, Gwenhael)

Changes v4 -> v5:
  - use --disable-XXX in first patch
  - add architecture optimisations for x86 and ARM
  - add other optimisations (threads, openMP, fast maths)


Regards,
Yann E. MORIN.


The following changes since commit c511ca937d4627df7d601a999945faa20fe4cc8d:

  network-manager: add hash file (2015-03-16 14:19:30 +0100)

are available in the git repository at:

  git://git.busybox.net/~ymorin/git/buildroot yem/fftw

for you to fetch changes up to 0842316b8be377f09daf4c2f6a8d05fd303237d8:

  package/fftw: add option for fast maths (2015-03-16 14:37:43 +0100)

----------------------------------------------------------------
Gwenhael Goavec-Merou (1):
      fftw: add compile precision option

Yann E. MORIN (6):
      package/fftw: add x86 optimisations
      package/fftw: add ARM optimisations
      package/fftw: disable fortran
      package/fftw: enable threads when the tooclhain has them
      package/fftw: enable OpenMP if the compiler has that
      package/fftw: add option for fast maths

 package/fftw/Config.in | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++
 package/fftw/fftw.mk   | 21 +++++++++++++++++
 2 files changed, 84 insertions(+)

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2015-03-16 16:16 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-16 13:54 [Buildroot] [PATCH 0/7 v6] package/fftw: add a bunch of optimisations (branch yem/fftw) Yann E. MORIN
2015-03-16 13:53 ` [Buildroot] [PATCH 1/7 v6] fftw: add compile precision option Yann E. MORIN
2015-03-16 13:54 ` [Buildroot] [PATCH 2/7 v6] package/fftw: add x86 optimisations Yann E. MORIN
2015-03-16 13:54 ` [Buildroot] [PATCH 3/7 v6] package/fftw: add ARM optimisations Yann E. MORIN
2015-03-16 14:30   ` gwenhael.goavec
2015-03-16 14:32     ` Yann E. MORIN
2015-03-16 14:51       ` Thomas Petazzoni
2015-03-16 13:54 ` [Buildroot] [PATCH 4/7 v6] package/fftw: disable fortran Yann E. MORIN
2015-03-16 15:46   ` gwenhael.goavec
2015-03-16 13:54 ` [Buildroot] [PATCH 5/7 v6] package/fftw: enable threads when the tooclhain has them Yann E. MORIN
2015-03-16 15:48   ` gwenhael.goavec
2015-03-16 13:54 ` [Buildroot] [PATCH 6/7 v6] package/fftw: enable OpenMP if the compiler has that Yann E. MORIN
2015-03-16 16:16   ` gwenhael.goavec
2015-03-16 13:54 ` [Buildroot] [PATCH 7/7 v6] package/fftw: add option for fast maths Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.