mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
fixing the order of the apple counters
This commit is contained in:
@@ -1100,8 +1100,8 @@ struct AppleEvents {
|
||||
return 1;
|
||||
}
|
||||
return performance_counters {
|
||||
counters_0[counter_map[0]], counters_0[counter_map[3]],
|
||||
counters_0[counter_map[2]], counters_0[counter_map[1]]};
|
||||
counters_0[counter_map[0]], counters_0[counter_map[2]],
|
||||
counters_0[counter_map[3]], counters_0[counter_map[1]]};
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user