mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-29 19:24:10 +01:00
[util] Fix includes
This commit is contained in:
parent
c7d2957d8f
commit
ec3b7e39af
@ -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…
Reference in New Issue
Block a user