Merge topic 'add-floating-point-flags'
d503206
Add FloatingPointModel to the list of known VS7 generator flags.
This commit is contained in:
commit
fe07b5eae6
|
@ -381,6 +381,11 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFlagTable[] =
|
||||||
"Use sse2 instructions", "2", 0},
|
"Use sse2 instructions", "2", 0},
|
||||||
{"EnableEnhancedInstructionSet", "arch:SSE",
|
{"EnableEnhancedInstructionSet", "arch:SSE",
|
||||||
"Use sse instructions", "1", 0},
|
"Use sse instructions", "1", 0},
|
||||||
|
{"FloatingPointModel", "fp:precise",
|
||||||
|
"Use precise floating point model", "0", 0},
|
||||||
|
{"FloatingPointModel", "fp:strict",
|
||||||
|
"Use strict floating point model", "1", 0},
|
||||||
|
{"FloatingPointModel", "fp:fast", "Use fast floating point model", "2", 0},
|
||||||
{"FavorSizeOrSpeed", "Ot", "Favor fast code", "1", 0},
|
{"FavorSizeOrSpeed", "Ot", "Favor fast code", "1", 0},
|
||||||
{"FavorSizeOrSpeed", "Os", "Favor small code", "2", 0},
|
{"FavorSizeOrSpeed", "Os", "Favor small code", "2", 0},
|
||||||
{"CompileAs", "TC", "Compile as c code", "1", 0},
|
{"CompileAs", "TC", "Compile as c code", "1", 0},
|
||||||
|
|
Loading…
Reference in New Issue