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

Unit tests for NORM2 #839

Merged

Commits on Nov 23, 2019

  1. Unit tests for NORM2

    norm2.F90: Contains basic unit tests.
    norm2_function.F90: Tests for return value as norm2 and for various kinds of arrays as argument.
    norm2_single_precision.F90: Tests overflow with single-precision
    norm2_double_precision.F90: Tests overflow with double-precision. Currently XFAILed due to flang-compiler#837
    norm2_error.f90: Error tests for invalid input and arguments to norm2.
    
    Signed-off-by: Caroline Concatto <caroline.concatto@arm.com>
    CarolineConcatto committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    c7d0d29 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. Update norm2_function.F90

    Minor spelling fix as suggested in review.
    kiranchandramohan committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    546e498 View commit details
    Browse the repository at this point in the history