source-sdk-2013 icon indicating copy to clipboard operation
source-sdk-2013 copied to clipboard

Fixed alignment error when LTCG is enabled

Open TravisWehrman opened this issue 8 years ago • 1 comments

Fixed an alignment error/warning in mathlib when building the SDK with Link-time Code Generation enabled (/LTCG)

Needed to be consistent with the power2_n definition in color_conversion.cpp

TravisWehrman avatar Apr 16 '17 03:04 TravisWehrman

Fixed an alignment error/warning in mathlib when building the SDK with Link-time Code Generation enabled (/LTCG)

Needed to be consistent with the power2_n definition in color_conversion.cpp

For documentation purposes, this also needs to be duplicated for the SP mathlib.h code.

SC1040-TS2 avatar Apr 19 '21 05:04 SC1040-TS2