CMake Warning at source_subfolder/CMakeLists.txt:67 (message): CMake support is experimental. It does not yet support all build options and may not produce the same Makefiles that OpenBLAS ships with. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/build_subfolder/source_subfolder/kernel/CMakeFiles/sasum_k.c:7: In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/sasum.c:15: /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/sasum_microk_haswell-2.c:41:67: warning: incompatible pointer types passing 'float *' to parameter of type 'const __m256i *' [-Wincompatible-pointer-types] accum_0 += (__m256)_mm256_and_si256(_mm256_load_si256(&x1[i+ 0]), abs_mask); ^~~~~~~~~ /usr/lib/llvm-9/lib/clang/9.0.0/include/avxintrin.h:3143:34: note: passing argument to parameter '__p' here _mm256_load_si256(__m256i const *__p) ^ In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/build_subfolder/source_subfolder/kernel/CMakeFiles/sasum_k.c:7: In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/sasum.c:15: /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/sasum_microk_haswell-2.c:42:67: warning: incompatible pointer types passing 'float *' to parameter of type 'const __m256i *' [-Wincompatible-pointer-types] accum_1 += (__m256)_mm256_and_si256(_mm256_load_si256(&x1[i+ 8]), abs_mask); ^~~~~~~~~ /usr/lib/llvm-9/lib/clang/9.0.0/include/avxintrin.h:3143:34: note: passing argument to parameter '__p' here _mm256_load_si256(__m256i const *__p) ^ In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/build_subfolder/source_subfolder/kernel/CMakeFiles/sasum_k.c:7: In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/sasum.c:15: /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/sasum_microk_haswell-2.c:43:67: warning: incompatible pointer types passing 'float *' to parameter of type 'const __m256i *' [-Wincompatible-pointer-types] accum_2 += (__m256)_mm256_and_si256(_mm256_load_si256(&x1[i+16]), abs_mask); ^~~~~~~~~ /usr/lib/llvm-9/lib/clang/9.0.0/include/avxintrin.h:3143:34: note: passing argument to parameter '__p' here _mm256_load_si256(__m256i const *__p) ^ In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/build_subfolder/source_subfolder/kernel/CMakeFiles/sasum_k.c:7: In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/sasum.c:15: /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/sasum_microk_haswell-2.c:44:67: warning: incompatible pointer types passing 'float *' to parameter of type 'const __m256i *' [-Wincompatible-pointer-types] accum_3 += (__m256)_mm256_and_si256(_mm256_load_si256(&x1[i+24]), abs_mask); ^~~~~~~~~ /usr/lib/llvm-9/lib/clang/9.0.0/include/avxintrin.h:3143:34: note: passing argument to parameter '__p' here _mm256_load_si256(__m256i const *__p) ^ In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/build_subfolder/source_subfolder/kernel/CMakeFiles/sasum_k.c:7: In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/sasum.c:15: /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/sasum_microk_haswell-2.c:65:63: warning: incompatible pointer types passing 'float *' to parameter of type 'const __m128i_u *' [-Wincompatible-pointer-types] accum_20 += (__m128)_mm_and_si128(_mm_loadu_si128(&x1[i + 0]), abs_mask2); ^~~~~~~~~~ /usr/lib/llvm-9/lib/clang/9.0.0/include/emmintrin.h:3548:34: note: passing argument to parameter '__p' here _mm_loadu_si128(__m128i_u const *__p) ^ In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/build_subfolder/source_subfolder/kernel/CMakeFiles/sasum_k.c:7: In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/sasum.c:15: /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/sasum_microk_haswell-2.c:66:63: warning: incompatible pointer types passing 'float *' to parameter of type 'const __m128i_u *' [-Wincompatible-pointer-types] accum_21 += (__m128)_mm_and_si128(_mm_loadu_si128(&x1[i + 4]), abs_mask2); ^~~~~~~~~~ /usr/lib/llvm-9/lib/clang/9.0.0/include/emmintrin.h:3548:34: note: passing argument to parameter '__p' here _mm_loadu_si128(__m128i_u const *__p) ^ 6 warnings generated. In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/build_subfolder/source_subfolder/kernel/CMakeFiles/dasum_k.c:8: In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dasum.c:10: /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dasum_microk_haswell-2.c:41:68: warning: incompatible pointer types passing 'double *' to parameter of type 'const __m256i *' [-Wincompatible-pointer-types] accum_0 += (__m256d)_mm256_and_si256(_mm256_load_si256(&x1[i+ 0]), abs_mask); ^~~~~~~~~ /usr/lib/llvm-9/lib/clang/9.0.0/include/avxintrin.h:3143:34: note: passing argument to parameter '__p' here _mm256_load_si256(__m256i const *__p) ^ In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/build_subfolder/source_subfolder/kernel/CMakeFiles/dasum_k.c:8: In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dasum.c:10: /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dasum_microk_haswell-2.c:42:68: warning: incompatible pointer types passing 'double *' to parameter of type 'const __m256i *' [-Wincompatible-pointer-types] accum_1 += (__m256d)_mm256_and_si256(_mm256_load_si256(&x1[i+ 4]), abs_mask); ^~~~~~~~~ /usr/lib/llvm-9/lib/clang/9.0.0/include/avxintrin.h:3143:34: note: passing argument to parameter '__p' here _mm256_load_si256(__m256i const *__p) ^ In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/build_subfolder/source_subfolder/kernel/CMakeFiles/dasum_k.c:8: In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dasum.c:10: /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dasum_microk_haswell-2.c:43:68: warning: incompatible pointer types passing 'double *' to parameter of type 'const __m256i *' [-Wincompatible-pointer-types] accum_2 += (__m256d)_mm256_and_si256(_mm256_load_si256(&x1[i+ 8]), abs_mask); ^~~~~~~~~ /usr/lib/llvm-9/lib/clang/9.0.0/include/avxintrin.h:3143:34: note: passing argument to parameter '__p' here _mm256_load_si256(__m256i const *__p) ^ In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/build_subfolder/source_subfolder/kernel/CMakeFiles/dasum_k.c:8: In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dasum.c:10: /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dasum_microk_haswell-2.c:44:68: warning: incompatible pointer types passing 'double *' to parameter of type 'const __m256i *' [-Wincompatible-pointer-types] accum_3 += (__m256d)_mm256_and_si256(_mm256_load_si256(&x1[i+12]), abs_mask); ^~~~~~~~~ /usr/lib/llvm-9/lib/clang/9.0.0/include/avxintrin.h:3143:34: note: passing argument to parameter '__p' here _mm256_load_si256(__m256i const *__p) ^ In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/build_subfolder/source_subfolder/kernel/CMakeFiles/dasum_k.c:8: In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dasum.c:10: /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dasum_microk_haswell-2.c:66:64: warning: incompatible pointer types passing 'double *' to parameter of type 'const __m128i_u *' [-Wincompatible-pointer-types] accum_20 += (__m128d)_mm_and_si128(_mm_loadu_si128(&x1[i + 0]), abs_mask2); ^~~~~~~~~~ /usr/lib/llvm-9/lib/clang/9.0.0/include/emmintrin.h:3548:34: note: passing argument to parameter '__p' here _mm_loadu_si128(__m128i_u const *__p) ^ In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/build_subfolder/source_subfolder/kernel/CMakeFiles/dasum_k.c:8: In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dasum.c:10: /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dasum_microk_haswell-2.c:67:64: warning: incompatible pointer types passing 'double *' to parameter of type 'const __m128i_u *' [-Wincompatible-pointer-types] accum_21 += (__m128d)_mm_and_si128(_mm_loadu_si128(&x1[i + 2]), abs_mask2); ^~~~~~~~~~ /usr/lib/llvm-9/lib/clang/9.0.0/include/emmintrin.h:3548:34: note: passing argument to parameter '__p' here _mm_loadu_si128(__m128i_u const *__p) ^ In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/build_subfolder/source_subfolder/kernel/CMakeFiles/dasum_k.c:8: In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dasum.c:10: /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dasum_microk_haswell-2.c:68:64: warning: incompatible pointer types passing 'double *' to parameter of type 'const __m128i_u *' [-Wincompatible-pointer-types] accum_22 += (__m128d)_mm_and_si128(_mm_loadu_si128(&x1[i + 4]), abs_mask2); ^~~~~~~~~~ /usr/lib/llvm-9/lib/clang/9.0.0/include/emmintrin.h:3548:34: note: passing argument to parameter '__p' here _mm_loadu_si128(__m128i_u const *__p) ^ In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/build_subfolder/source_subfolder/kernel/CMakeFiles/dasum_k.c:8: In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dasum.c:10: /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dasum_microk_haswell-2.c:69:64: warning: incompatible pointer types passing 'double *' to parameter of type 'const __m128i_u *' [-Wincompatible-pointer-types] accum_23 += (__m128d)_mm_and_si128(_mm_loadu_si128(&x1[i + 6]), abs_mask2); ^~~~~~~~~~ /usr/lib/llvm-9/lib/clang/9.0.0/include/emmintrin.h:3548:34: note: passing argument to parameter '__p' here _mm_loadu_si128(__m128i_u const *__p) ^ In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/build_subfolder/source_subfolder/kernel/CMakeFiles/dasum_k.c:8: /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dasum.c:118:85: warning: variable 'dummy_b' is uninitialized when used here [-Wuninitialized] blas_level1_thread_with_return_value(mode, n, 0, 0, &dummy_alpha, x, inc_x, dummy_b, 0, result, 0, (void *)asum_thread_function, nthreads); ^~~~~~~ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dasum.c:96:20: note: initialize the variable 'dummy_b' to silence this warning FLOAT * dummy_b; ^ = NULL 9 warnings generated. In file included from /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/build_subfolder/source_subfolder/kernel/CMakeFiles/dgemm_oncopy.c:9: /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:65:27: warning: unused variable 'ctemp59' [-Wunused-variable] FLOAT ctemp57, ctemp58, ctemp59, ctemp60; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:58:18: warning: unused variable 'ctemp30' [-Wunused-variable] FLOAT ctemp29, ctemp30, ctemp31, ctemp32; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:61:36: warning: unused variable 'ctemp44' [-Wunused-variable] FLOAT ctemp41, ctemp42, ctemp43, ctemp44; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:65:36: warning: unused variable 'ctemp60' [-Wunused-variable] FLOAT ctemp57, ctemp58, ctemp59, ctemp60; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:58:9: warning: unused variable 'ctemp29' [-Wunused-variable] FLOAT ctemp29, ctemp30, ctemp31, ctemp32; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:61:27: warning: unused variable 'ctemp43' [-Wunused-variable] FLOAT ctemp41, ctemp42, ctemp43, ctemp44; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:57:36: warning: unused variable 'ctemp28' [-Wunused-variable] FLOAT ctemp25, ctemp26, ctemp27, ctemp28; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:61:18: warning: unused variable 'ctemp42' [-Wunused-variable] FLOAT ctemp41, ctemp42, ctemp43, ctemp44; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:66:9: warning: unused variable 'ctemp61' [-Wunused-variable] FLOAT ctemp61, ctemp62, ctemp63, ctemp64; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:57:27: warning: unused variable 'ctemp27' [-Wunused-variable] FLOAT ctemp25, ctemp26, ctemp27, ctemp28; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:66:18: warning: unused variable 'ctemp62' [-Wunused-variable] FLOAT ctemp61, ctemp62, ctemp63, ctemp64; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:57:18: warning: unused variable 'ctemp26' [-Wunused-variable] FLOAT ctemp25, ctemp26, ctemp27, ctemp28; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:60:18: warning: unused variable 'ctemp38' [-Wunused-variable] FLOAT ctemp37, ctemp38, ctemp39, ctemp40; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:56:18: warning: unused variable 'ctemp22' [-Wunused-variable] FLOAT ctemp21, ctemp22, ctemp23, ctemp24; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:63:36: warning: unused variable 'ctemp52' [-Wunused-variable] FLOAT ctemp49, ctemp50, ctemp51, ctemp52; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:60:9: warning: unused variable 'ctemp37' [-Wunused-variable] FLOAT ctemp37, ctemp38, ctemp39, ctemp40; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:63:27: warning: unused variable 'ctemp51' [-Wunused-variable] FLOAT ctemp49, ctemp50, ctemp51, ctemp52; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:59:36: warning: unused variable 'ctemp36' [-Wunused-variable] FLOAT ctemp33, ctemp34, ctemp35, ctemp36; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:63:18: warning: unused variable 'ctemp50' [-Wunused-variable] FLOAT ctemp49, ctemp50, ctemp51, ctemp52; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:64:9: warning: unused variable 'ctemp53' [-Wunused-variable] FLOAT ctemp53, ctemp54, ctemp55, ctemp56; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:59:27: warning: unused variable 'ctemp35' [-Wunused-variable] FLOAT ctemp33, ctemp34, ctemp35, ctemp36; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:55:36: warning: unused variable 'ctemp20' [-Wunused-variable] FLOAT ctemp17, ctemp18, ctemp19, ctemp20; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:56:9: warning: unused variable 'ctemp21' [-Wunused-variable] FLOAT ctemp21, ctemp22, ctemp23, ctemp24; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:59:18: warning: unused variable 'ctemp34' [-Wunused-variable] FLOAT ctemp33, ctemp34, ctemp35, ctemp36; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:64:18: warning: unused variable 'ctemp54' [-Wunused-variable] FLOAT ctemp53, ctemp54, ctemp55, ctemp56; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:55:18: warning: unused variable 'ctemp18' [-Wunused-variable] FLOAT ctemp17, ctemp18, ctemp19, ctemp20; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:55:27: warning: unused variable 'ctemp19' [-Wunused-variable] FLOAT ctemp17, ctemp18, ctemp19, ctemp20; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:62:18: warning: unused variable 'ctemp46' [-Wunused-variable] FLOAT ctemp45, ctemp46, ctemp47, ctemp48; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:62:9: warning: unused variable 'ctemp45' [-Wunused-variable] FLOAT ctemp45, ctemp46, ctemp47, ctemp48; ^ /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/kernel/x86_64/dgemm_ncopy_8_skylakex.c:65:18: warning: unused variable 'ctemp58' [-Wunused-variable] FLOAT ctemp57, ctemp58, ctemp59, ctemp60; ^ 30 warnings generated. /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.13/_/_/build/0683bdbdb28f528443062f7c1c8f878db558882a/source_subfolder/driver/others/parameter.c:273:7: warning: unused variable 'size' [-Wunused-variable] int size = 16; ^ 1 warning generated. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY