raze-gles/source/build
Christoph Oelckers ab28697c18 - undid the very pointless pow2char (de)optimization by substituting the real array with an empty struct containing an inlined [] operator.
I think this shows a fundamental misunderstanding of what constexpr means, even when declared as such it requires a constant argument to be treated as a constant.
But since nearly all uses of this were not using constants, the compiler was emitting actual memory accesses to the array each time this was used.
2019-11-02 10:45:41 +01:00
..
include - undid the very pointless pow2char (de)optimization by substituting the real array with an empty struct containing an inlined [] operator. 2019-11-02 10:45:41 +01:00
src - removed the directory scan code from compat.cpp. 2019-11-02 10:39:31 +01:00