mpicbg-scicomp / gearshifft

Benchmark Suite for Heterogenuous FFT Implementations
Apache License 2.0
34 stars 9 forks source link

Minor msvc fixes #136

Closed emmenlau closed 5 years ago

emmenlau commented 5 years ago

This PR includes two minor fixes that help with the build on MSVC. Both changes should not have negative effects on other platforms, or at least I could not see problems on Ubuntu 16.04 and 18.04 x86_64. Sorry for the long lines in inc/core/benchmark_data.hpp, the code should be reformatted.

tdd11235813 commented 5 years ago

thanks, changes are fine with me, so does it run with MSVC now? Would be awesome.

emmenlau commented 5 years ago

Yes, the build works now, using PR #137. I will close this PR in favor of the more complete PR #137 that includes some MacOSX support.