* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[deliverable/binutils-gdb.git] / sim / testsuite / mips64r5900-elf / f-max.s
1 .include "t-macros.i"
2
3 start
4
5 loadfp $f1, 1.0
6 loadfp $f2, 2.0
7
8 test_max1:
9 clearfcsr
10 max.s $f3, $f1, $f2
11 checkfp 0 $f3 2.0
12
13 test_max2:
14 clearfcsr
15 max.s $f3, $f2, $f1
16 checkfp 0 $f3 2.0
17
18 exit0
This page took 0.028802 seconds and 4 git commands to generate.