mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2025-01-10 05:15:38 +00:00
9 lines
270 B
C
9 lines
270 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?
|
||
|
#define HAS_SSE_POPCNT @HAS_SSE_POPCNT@
|