diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-09-22 03:27:22 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-09-22 03:27:22 +0000 |
commit | cfd26cd744678f671bf34fe34fe21b1850aa5152 (patch) | |
tree | 2ffc296f228d42cd0b74376f331f849ea173145f /lldb/source/Interpreter/CommandObject.cpp | |
parent | 25ce3647e5ffcc206803440c497070c230634755 (diff) | |
download | bcm5719-llvm-cfd26cd744678f671bf34fe34fe21b1850aa5152.tar.gz bcm5719-llvm-cfd26cd744678f671bf34fe34fe21b1850aa5152.zip |
The SSE version differences for fmin/fmax are more involved than I thought.
- x87: no min or max.
- SSE1: min/max for single precision scalars and vectors.
- SSE2: min/max for single and double precision scalars and vectors.
- AVX: as SSE2, but also supports the wider ymm vectors. (this is covered by the isTypeLegal check)
llvm-svn: 140296
Diffstat (limited to 'lldb/source/Interpreter/CommandObject.cpp')
0 files changed, 0 insertions, 0 deletions