mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 07:28:52 +00:00
Update benchmarks
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user