Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eal/x86: add write combining store for MSVC
MSVC does not support inline assembly. Instead it provides compiler intrinsics. Provide conditional compile for MSVC for movdiri using the _directstoreu_u32 intrinsic. Signed-off-by: Tyler Retzlaff <[email protected]>
- Loading branch information