Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Libsharp/libsharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Libsharp/libsharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: development
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 29 files changed
  • 1 contributor

Commits on Dec 14, 2016

  1. Merges from MPA repository:

    - c_utils/trig_utils.*:
      efficient twiddle factor computation for FFTs or rotations in harmonic
      domain
    - use new twiddle factors in libfftpack and libsharp
    - libfftpack/ls_fft.*: better encapsulation of the "plan" types
    - c_utils/walltime_c.c: support for Windows
    - libsharp/sharp_core_inc.c: accelerated mypow() function
    - libsharp/sharp_cxx.h: add support for std::complex arrays
    - libsharp/sharp_testsuite.c: fix a bug in the RNG
      (it relied on undefined integer overflow semantics)
    - libsharp/sharp_vecutil.h: add support for FMA3
    - libsharp/sharp_vecsupport.h: add support for logical OR
    - libsharp/sharp_complex_hacks.h: add function for a special case of
      vhsum_cmplx2()
    mreineck committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    ca2b237 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2017

  1. sync with master sources

    mreineck committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    6cb5056 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. merge master

    mreineck committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    13ca46d View commit details
    Browse the repository at this point in the history
Loading