mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 21:45:02 +00:00
All 32 bits VC version doesn't support 64 bit intrinsics
This commit is contained in:
parent
bc76648f8e
commit
635f607b86
1 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ namespace detail
|
|||
}
|
||||
};
|
||||
|
||||
# if !((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER < GLM_COMPILER_VC2013) && (GLM_MODEL == GLM_MODEL_32))
|
||||
# if !((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_MODEL == GLM_MODEL_32))
|
||||
template <typename genIUType>
|
||||
struct compute_findLSB<genIUType, 64>
|
||||
{
|
||||
|
@ -182,7 +182,7 @@ namespace detail
|
|||
}
|
||||
};
|
||||
|
||||
# if !((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER < GLM_COMPILER_VC2013) && (GLM_MODEL == GLM_MODEL_32))
|
||||
# if !((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_MODEL == GLM_MODEL_32))
|
||||
template <typename genIUType>
|
||||
GLM_FUNC_QUALIFIER int compute_findMSB_64(genIUType Value)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue