mirror of
https://github.com/libretro/mame2016-libretro.git
synced 2024-11-27 02:30:46 +00:00
fix building benchmarks (nw)
This commit is contained in:
parent
858c1002d1
commit
2acbaf9daf
@ -1,5 +1,6 @@
|
||||
#include "benchmark/benchmark_api.h"
|
||||
#include "osdcomm.h"
|
||||
#include "osdcore.h"
|
||||
#include "eminline.h"
|
||||
static void BM_count_leading_zeros_native(benchmark::State& state) {
|
||||
UINT32 cnt = 0x332533;
|
||||
|
Loading…
Reference in New Issue
Block a user