[*] amend f1414cd7
to include an _ after AURORA_RUNTIME_MEM[...]
This commit is contained in:
parent
f1414cd7ec
commit
2567be205d
@ -167,6 +167,8 @@ local function configureProjectCPUTarget()
|
||||
buildoptions { "-march=ivybridge" }
|
||||
defines {"AURORA_RUNTIME_MEMSET=__builtin_memset"}
|
||||
defines {"AURORA_RUNTIME_MEMCPY=__builtin_memcpy"}
|
||||
defines {"AURORA_RUNTIME_MEMSET_=1"}
|
||||
defines {"AURORA_RUNTIME_MEMCPY_=1"}
|
||||
filter {}
|
||||
|
||||
filter { "toolset:clang", "architecture:x86"}
|
||||
@ -174,6 +176,8 @@ local function configureProjectCPUTarget()
|
||||
buildoptions { "-march=core2" }
|
||||
defines {"AURORA_RUNTIME_MEMSET=__builtin_memset"}
|
||||
defines {"AURORA_RUNTIME_MEMCPY=__builtin_memcpy"}
|
||||
defines {"AURORA_RUNTIME_MEMSET_=1"}
|
||||
defines {"AURORA_RUNTIME_MEMCPY_=1"}
|
||||
filter {}
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user