* New benchmark test for floating-point functions

This commit is contained in:
J. Gareth "Curious Kit" Moreton 2025-04-14 21:34:07 +01:00 committed by FPK
parent 1f3cdf10b7
commit 472afce137
2 changed files with 1803 additions and 0 deletions

1800
tests/bench/bfloatfunc.pp Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,3 @@
{ %OPT=-O3 }
{ this benchmark can be used also as a test case }
{$I ../../bench/bfloatfunc.pp}