Skip to content

Commit

Permalink
remove redundant definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmah42 committed Aug 16, 2024
1 parent ac435c0 commit 58f6937
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/benchmark/benchmark.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,11 +320,9 @@ BENCHMARK(BM_test)->Unit(benchmark::kMillisecond);
#define BENCHMARK_INTERNAL_CACHELINE_ALIGNED \
__attribute__((aligned(BENCHMARK_INTERNAL_CACHELINE_SIZE)))
#elif defined(_MSC_VER)
#define BENCHMARK_INTERNAL_CACHELINE_SIZE 64
#define BENCHMARK_INTERNAL_CACHELINE_ALIGNED \
__declspec(align(BENCHMARK_INTERNAL_CACHELINE_SIZE))
#else
#define BENCHMARK_INTERNAL_CACHELINE_SIZE 64
#define BENCHMARK_INTERNAL_CACHELINE_ALIGNED
#endif // __GNUC__

Expand Down

0 comments on commit 58f6937

Please sign in to comment.