blob: 4877f392c060d704084197cb3bd66fe171283e95 (
plain)
1
2
3
4
5
|
/* Test various operators on __fp16 and mixed __fp16/float operands. */
/* { dg-do run { target arm*-*-* } } */
/* { dg-options "-mfp16-format=alternative -ffast-math" } */
#include "arm-fp16-ops.h"
|