summaryrefslogtreecommitdiff
path: root/riscv_new/tests/test/units/math/tmask.pp
blob: a321f88e674b8ed1ed6ec4ee1c651ae7982a5d1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ %OPT=-CE }
program fpu;

{$mode delphi}

uses SysUtils,Math;

var
  f1,f2 : double;
  caught: boolean;

{$include tmask.inc}