Haolin Pan
Haolin Pan
Hi There is a question. When I specify the libcxx library as the library on which benchmark depends, the following linker error problem occurs. ``` g++ -O2 -march=corei7-avx -mavx2 -mfma...
I think the 'packl' type also needs the '&' operator for bitwise operations. Also, there is no conversion between pack type and packl with the same number of elements. Maybe...
### Description _No response_ ### Use case _No response_
``` #include "VecCore/VecCore" using namespace vecCore; template void mandelbrot(T xmin, T xmax, size_t nx, T ymin, T ymax, size_t ny, size_t max_iter, unsigned char *image) { T dx = (xmax...