blob: 37711f96176c243e07cf2165cd5e75545e471682 [file] [log] [blame]
! { dg-do compile }
! { dg-options "-ffree-line-length-256 -O3 -march=z13 -mzvector -mzarch" }
#include "autovec-fortran.h"
AUTOVEC_FORTRAN (min)
! Fortran's min does not specify whether or not an exception should be raised in
! face of qNaNs, and neither does gcc's smin. Vectorize min using quiet
! comparison, because that's the only one we have on z13.
! { dg-final { scan-assembler {\n\tvfchdb\t} } }