From 1fdb73fb3c4193561ad87a870a2fb7f08ebbd21c Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Mon, 25 Aug 2025 13:38:25 -0300 Subject: [PATCH] benchtests: Add workload directive for tgamma --- benchtests/tgamma-inputs | 1 + 1 file changed, 1 insertion(+) diff --git a/benchtests/tgamma-inputs b/benchtests/tgamma-inputs index b8e07ea289..8c4a0691a9 100644 --- a/benchtests/tgamma-inputs +++ b/benchtests/tgamma-inputs @@ -1,6 +1,7 @@ ## args: double ## ret: double ## includes: math.h +## name: workload-random # Random inputs in [0,b=0xa.b9fd72b0fb24p+4] # where b is the smallest number such that tgamma rounds to +Inf (to nearest) 0x5.6c7f215351cc8p+4 -- 2.47.3