Update benchmarks

This commit is contained in:
Minseong Jang
2025-06-13 15:19:21 +09:00
parent 49410f5264
commit 1aa18bce30
11 changed files with 201 additions and 193 deletions

View File

@@ -74,7 +74,7 @@ int verifyDouble(int n, double* test) {
int result = 0;
for (i = 0; i < n; i++) {
result += (int) (test[i]);
result ^= (int) (test[i]);
}
return result;