* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘cheapr’ ...
** this is package ‘cheapr’ version ‘1.5.1’
** package ‘cheapr’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
specified C++17
using C++ compiler: ‘Debian clang version 21.1.8 (3+b1)’
using C++17
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpbVbcy9/R.INSTALL15c596409ffe86/cheapr/src'
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c altrep.cpp -o altrep.o
In file included from altrep.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:124:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:125:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
125 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1242:5: warning: expression result unused [-Wunused-value]
1242 | r_null;
| ^~~~~~
3 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c api.cpp -o api.o
In file included from api.cpp:1:
../inst/include/cheapr/internal/c_core.h:124:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:125:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
125 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1242:5: warning: expression result unused [-Wunused-value]
1242 | r_null;
| ^~~~~~
3 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c attrs.cpp -o attrs.o
In file included from attrs.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:124:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:125:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
125 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1242:5: warning: expression result unused [-Wunused-value]
1242 | r_null;
| ^~~~~~
3 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c cast.cpp -o cast.o
In file included from cast.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:124:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:125:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
125 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1242:5: warning: expression result unused [-Wunused-value]
1242 | r_null;
| ^~~~~~
../inst/include/cheapr/internal/c_core.h:785:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
785 | OMP_PARALLEL_FOR_SIMD(n_threads)
| ^
../inst/include/cheapr/internal/c_core.h:785:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
5 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c combine.cpp -o combine.o
In file included from combine.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:124:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:125:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
125 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1242:5: warning: expression result unused [-Wunused-value]
1242 | r_null;
| ^~~~~~
../inst/include/cheapr/internal/c_core.h:785:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
785 | OMP_PARALLEL_FOR_SIMD(n_threads)
| ^
../inst/include/cheapr/internal/c_core.h:785:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
5 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c conditions.cpp -o conditions.o
In file included from conditions.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:124:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:125:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
125 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1242:5: warning: expression result unused [-Wunused-value]
1242 | r_null;
| ^~~~~~
conditions.cpp:160:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
160 | CHEAPR_DO_IF_ELSE
| ^
conditions.cpp:160:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
conditions.cpp:160:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
conditions.cpp:219:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
219 | CHEAPR_DO_IF_ELSE
| ^
conditions.cpp:219:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
conditions.cpp:219:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
9 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c cpp11.cpp -o cpp11.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c gcd.cpp -o gcd.o
In file included from gcd.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:124:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:125:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
125 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1242:5: warning: expression result unused [-Wunused-value]
1242 | r_null;
| ^~~~~~
3 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c groups.cpp -o groups.o
In file included from groups.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:124:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:125:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
125 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1242:5: warning: expression result unused [-Wunused-value]
1242 | r_null;
| ^~~~~~
3 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c int64.cpp -o int64.o
In file included from int64.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:124:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:125:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
125 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1242:5: warning: expression result unused [-Wunused-value]
1242 | r_null;
| ^~~~~~
3 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c lag.cpp -o lag.o
In file included from lag.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:124:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:125:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
125 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1242:5: warning: expression result unused [-Wunused-value]
1242 | r_null;
| ^~~~~~
../inst/include/cheapr/internal/c_core.h:785:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
785 | OMP_PARALLEL_FOR_SIMD(n_threads)
| ^
../inst/include/cheapr/internal/c_core.h:785:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
5 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c lists.cpp -o lists.o
In file included from lists.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:124:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:125:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
125 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1242:5: warning: expression result unused [-Wunused-value]
1242 | r_null;
| ^~~~~~
3 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c math.cpp -o math.o
In file included from math.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:124:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:125:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
125 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1242:5: warning: expression result unused [-Wunused-value]
1242 | r_null;
| ^~~~~~
math.cpp:380:3: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
380 | CHEAPR_PARALLEL_MATH_LOOP(r_exp)
| ^
math.cpp:380:3: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:401:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
401 | CHEAPR_PARALLEL_MATH_LOOP(r_exp)
| ^
math.cpp:395:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
395 | CHEAPR_PARALLEL_MATH_LOOP(r_exp)
| ^
math.cpp:395:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:401:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
401 | CHEAPR_PARALLEL_MATH_LOOP(r_exp)
| ^
math.cpp:425:3: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
425 | CHEAPR_PARALLEL_MATH_LOOP(r_sqrt)
| ^
math.cpp:425:3: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:446:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
446 | CHEAPR_PARALLEL_MATH_LOOP(r_sqrt)
| ^
math.cpp:440:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
440 | CHEAPR_PARALLEL_MATH_LOOP(r_sqrt)
| ^
math.cpp:440:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:446:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
446 | CHEAPR_PARALLEL_MATH_LOOP(r_sqrt)
| ^
math.cpp:508:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
508 | CHEAPR_PARALLEL_MATH_LOOP2(r_log)
| ^
math.cpp:506:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
506 | CHEAPR_PARALLEL_MATH_LOOP3(r_log)
| ^
math.cpp:504:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
504 | CHEAPR_PARALLEL_MATH_LOOP(r_log10)
| ^
math.cpp:502:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
502 | CHEAPR_PARALLEL_MATH_LOOP(r_log)
| ^
math.cpp:494:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
494 | CHEAPR_PARALLEL_MATH_LOOP2(r_log)
| ^
math.cpp:492:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
492 | CHEAPR_PARALLEL_MATH_LOOP3(r_log)
| ^
math.cpp:490:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
490 | CHEAPR_PARALLEL_MATH_LOOP(r_log10)
| ^
math.cpp:488:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
488 | CHEAPR_PARALLEL_MATH_LOOP(r_log)
| ^
math.cpp:488:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:490:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
490 | CHEAPR_PARALLEL_MATH_LOOP(r_log10)
| ^
math.cpp:492:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
492 | CHEAPR_PARALLEL_MATH_LOOP3(r_log)
| ^
math.cpp:494:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
494 | CHEAPR_PARALLEL_MATH_LOOP2(r_log)
| ^
math.cpp:502:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
502 | CHEAPR_PARALLEL_MATH_LOOP(r_log)
| ^
math.cpp:504:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
504 | CHEAPR_PARALLEL_MATH_LOOP(r_log10)
| ^
math.cpp:506:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
506 | CHEAPR_PARALLEL_MATH_LOOP3(r_log)
| ^
math.cpp:508:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
508 | CHEAPR_PARALLEL_MATH_LOOP2(r_log)
| ^
math.cpp:562:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
562 | CHEAPR_PARALLEL_MATH_LOOP2(r_round)
| ^
math.cpp:559:9: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
559 | CHEAPR_PARALLEL_MATH_LOOP3(r_round)
| ^
math.cpp:557:9: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
557 | CHEAPR_PARALLEL_MATH_LOOP(r_round)
| ^
math.cpp:557:9: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:559:9: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
559 | CHEAPR_PARALLEL_MATH_LOOP3(r_round)
| ^
math.cpp:562:7: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
562 | CHEAPR_PARALLEL_MATH_LOOP2(r_round)
| ^
math.cpp:603:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
603 | CHEAPR_VECTORISED_MATH_LOOP(r_signif, x, digits, p_x, p_digits, p_out, n, n_threads)
| ^
math.cpp:603:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:603:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:598:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
598 | CHEAPR_VECTORISED_MATH_LOOP(r_signif, x, digits, p_x, p_digits, p_out, n, n_threads)
| ^
math.cpp:598:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:598:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:598:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:598:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:603:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
603 | CHEAPR_VECTORISED_MATH_LOOP(r_signif, x, digits, p_x, p_digits, p_out, n, n_threads)
| ^
math.cpp:603:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:603:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:785:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
785 | CHEAPR_VECTORISED_MATH_LOOP(r_pow, x, y, p_x, p_y, p_out, n, n_threads)
| ^
math.cpp:785:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:785:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:779:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
779 | CHEAPR_VECTORISED_MATH_LOOP(r_pow, x, y, p_x, p_y, p_out, n, n_threads)
| ^
math.cpp:779:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:779:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:779:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:779:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:779:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:785:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
785 | CHEAPR_VECTORISED_MATH_LOOP(r_pow, x, y, p_x, p_y, p_out, n, n_threads)
| ^
math.cpp:785:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:785:5: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
60 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c nas.cpp -o nas.o
In file included from nas.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:124:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:125:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
125 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1242:5: warning: expression result unused [-Wunused-value]
1242 | r_null;
| ^~~~~~
3 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c replace.cpp -o replace.o
In file included from replace.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:124:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:125:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
125 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1242:5: warning: expression result unused [-Wunused-value]
1242 | r_null;
| ^~~~~~
3 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c scalars.cpp -o scalars.o
In file included from scalars.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:124:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:125:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
125 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1242:5: warning: expression result unused [-Wunused-value]
1242 | r_null;
| ^~~~~~
3 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c sequences.cpp -o sequences.o
In file included from sequences.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:124:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:125:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
125 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1242:5: warning: expression result unused [-Wunused-value]
1242 | r_null;
| ^~~~~~
3 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c sset.cpp -o sset.o
In file included from sset.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:124:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:125:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
125 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1242:5: warning: expression result unused [-Wunused-value]
1242 | r_null;
| ^~~~~~
3 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c strings.cpp -o strings.o
In file included from strings.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:124:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:125:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
125 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1242:5: warning: expression result unused [-Wunused-value]
1242 | r_null;
| ^~~~~~
3 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c utils.cpp -o utils.o
In file included from utils.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:124:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:125:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
125 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1242:5: warning: expression result unused [-Wunused-value]
1242 | r_null;
| ^~~~~~
3 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c which.cpp -o which.o
In file included from which.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:124:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:125:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
125 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1242:5: warning: expression result unused [-Wunused-value]
1242 | r_null;
| ^~~~~~
3 warnings generated.
clang++-21 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o cheapr.so altrep.o api.o attrs.o cast.o combine.o conditions.o cpp11.o gcd.o groups.o int64.o lag.o lists.o math.o nas.o replace.o scalars.o sequences.o sset.o strings.o utils.o which.o -fopenmp -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpbVbcy9/R.INSTALL15c596409ffe86/cheapr/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpbVbcy9/R.INSTALL15c596409ffe86/cheapr/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpbVbcy9/R.INSTALL15c596409ffe86/cheapr/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-cheapr/00new/cheapr/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (cheapr)