Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

math: p_minmax: Implement minmax algorithm and related tests/benchmarks, removing unused variables from check_scalar_and_index.c #226

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 26, 2016

  1. Adding p_minmax algorithm, tests and benchmark.

    Ioannis Papadopoulos committed Jun 26, 2016
    Configuration menu
    Copy the full SHA
    804271b View commit details
    Browse the repository at this point in the history
  2. Adding p_minmax algorithm, tests and benchmark.

    Ioannis Papadopoulos committed Jun 26, 2016
    Configuration menu
    Copy the full SHA
    8cf8a33 View commit details
    Browse the repository at this point in the history
  3. Committing file part of 804271b and 8cf8a33 that gitignore ignored.

    Signed-off-by: Yiannis Papadopoulos <giannis.papadopoulos@gmail.com>
    ipapadop committed Jun 26, 2016
    Configuration menu
    Copy the full SHA
    b678ce8 View commit details
    Browse the repository at this point in the history
  4. Unignoring headers of type check_p_*.h in gitignore. Adding dependenc…

    …e in makefile for check_p_minmax.h.
    
    Signed-off-by: Yiannis Papadopoulos <giannis.papadopoulos@gmail.com>
    ipapadop committed Jun 26, 2016
    Configuration menu
    Copy the full SHA
    44daa6e View commit details
    Browse the repository at this point in the history