===> Building for ubench-0.32nb1
clang -pipe -Os -Wall  -c signals.c
clang -pipe -Os -Wall  -c cpubench.c
cpubench.c:66:4: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
        x=abs(sqrt(y/(2.0+x))*(x*cos(atan(y/(3.0+x)))+y*sin(atan(y/(4.0+x)))));
          ^
cpubench.c:66:4: note: use function 'fabs' instead
        x=abs(sqrt(y/(2.0+x))*(x*cos(atan(y/(3.0+x)))+y*sin(atan(y/(4.0+x)))));
          ^~~
          fabs
1 warning generated.
clang -pipe -Os -Wall  -c membench.c
membench.c:75:57: error: use of undeclared identifier 'CLK_TCK'
  dlt=((double )times(&tmsb)-(double )clticks)/(double )CLK_TCK;
                                                        ^
1 error generated.
*** [membench.o] Error code 1

bmake: stopped making "ubench" in /Users/pbulk/build/benchmarks/ubench/work/ubench-0.32
bmake: 1 error

bmake: stopped making "ubench" in /Users/pbulk/build/benchmarks/ubench/work/ubench-0.32
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/benchmarks/ubench
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/benchmarks/ubench