1
0
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:
Philip Rebohle 2018-05-09 20:37:49 +02:00
parent c7d2957d8f
commit ec3b7e39af
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,7 @@
#pragma once
#include <x86intrin.h>
namespace dxvk::bit {
template<typename T>

View File

@ -1,7 +1,5 @@
#pragma once
#include <x86intrin.h>
namespace dxvk {
constexpr size_t CACHE_LINE_SIZE = 64;