FasTC/BPTCEncoder/config/BC7Config.h.in
2012-09-13 16:56:18 -04:00

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