We had _m_to_int and _m_from_int, but not the int64 versions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Headers/mmintrin.h | ||
---|---|---|
446 ↗ | (On Diff #43006) | Under X86_64 or always? |
Comment Actions
Thanks, Elena.
lib/Headers/mmintrin.h | ||
---|---|---|
446 ↗ | (On Diff #43006) | Good question. I mean, _m_to_int64 and _mm_cvtm64_si64 are always equivalent, but perhaps both ought to be available only on x86_64. |