mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-23 19:03:46 +00:00
10 lines
314 B
C
10 lines
314 B
C
// Copyright (c) 2012 Pavel Krajcevski
|
|
// All Rights Reserved
|
|
|
|
// BC7Config.h.in -- This file contains variables that are introduced
|
|
// explicitly by the CMake build process.
|
|
|
|
// Do we have the proper popcnt instruction defined?
|
|
#cmakedefine NO_INLINE_ASSEMBLY
|
|
#cmakedefine HAS_SSE_POPCNT
|
|
#cmakedefine HAS_SSE_41
|