mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[util] Fix includes
This commit is contained in:
parent
c7d2957d8f
commit
ec3b7e39af
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <x86intrin.h>
|
||||
|
||||
namespace dxvk::bit {
|
||||
|
||||
template<typename T>
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <x86intrin.h>
|
||||
|
||||
namespace dxvk {
|
||||
|
||||
constexpr size_t CACHE_LINE_SIZE = 64;
|
||||
|
|
Loading…
Add table
Reference in a new issue