Skip to content

Illegal Instruction #4

Description

@victorstewart

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions