FasTC/BPTCEncoder/config/BC7Config.h.in

11 lines
314 B
C
Raw Normal View History

// 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
2012-09-13 20:56:18 +00:00
#cmakedefine HAS_SSE_41