Power Of Two
int foo(int x) {
return x % 3;
}
int foo(int x) {
return x % 128;
}
* The benchmark is run under Apple Macbook Air M2.
* For the full benchmark code, please refer here.
int foo(int x) {
return x % 3;
}
int foo(int x) {
return x % 128;
}
* The benchmark is run under Apple Macbook Air M2.
* For the full benchmark code, please refer here.