1 /* { dg-do compile } */
2 /* { dg-options "-O3 -mzarch -ffast-math" } */
3 
4 /* Fast-math implies -fno-trapping-math -fno-signaling-nans which imply
5    that no user visible trap will happen.  */
6 
7 #include "load-and-test-fp.h"
8 
9 /* { dg-final { scan-assembler-times "ltdbr\t" 12 } } */
10