Franciso Garcia

Results 1 issues of Franciso Garcia

Dear Xsimd team, I am trying to run the following code on an AppleSilicon (M1) processor. ``` xsimd::batch_bool theBoolA {false,true,false, true}; alignas(xsimd::batch::arch_type::alignment()) std::array buffer; theBoolA.store_aligned(buffer.data()); auto result = xsimd::batch::load_aligned(buffer.data()); std::cout