Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bkaradzic/bx
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Aug 23, 2019
2 parents 5d9177e + 2e4bc10 commit 5192f02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/bx/inline/cpu.inl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
# include <windows.h>
# endif // BX_PLATFORM_WINRT

# include <emmintrin.h> // _mm_fence
# if BX_CPU_X86
# include <emmintrin.h> // _mm_fence
# endif

extern "C" void _ReadBarrier();
# pragma intrinsic(_ReadBarrier)
Expand Down
1 change: 1 addition & 0 deletions scripts/toolchain.lua
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ function toolchain(_buildDir, _libDir)
or _ACTION == "vs2013"
or _ACTION == "vs2015"
or _ACTION == "vs2017"
or _ACTION == "vs2019"
then

local action = premake.action.current()
Expand Down

0 comments on commit 5192f02

Please sign in to comment.