incredibly bizzare but I'm getting an illegal instruction thrown on this line in compute_number_of_PD:
size_t res = (std::size_t) ceil(max_number_of_elements / ((double) b));
i think it's something to do with the multiplication into b, since when i try to print b i get the illegal instruction on that line:
double b = max_capacity * l1_load;
std::cout << "b is: "<< b << std::endl;
i tried playing around with it but i'm perplexed!
running on Clear Linux 5.10.19-1032.native
incredibly bizzare but I'm getting an illegal instruction thrown on this line in
compute_number_of_PD:size_t res = (std::size_t) ceil(max_number_of_elements / ((double) b));i think it's something to do with the multiplication into b, since when i try to print b i get the illegal instruction on that line:
i tried playing around with it but i'm perplexed!
running on Clear Linux 5.10.19-1032.native