Vector SSE accesses make compiler emit __tsan_[unaligned_]read/write16 callbacks.
Make it possible to test these.
Details
Details
- Reviewers
vitalybuka melver - Commits
- rGd841086ae621: tsan: enable -msse4 when compiling tests
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Is COMPILER_RT_HAS_MSSE4_2_FLAG only true if the host has support?
If not, I'm sure there are people who run something that doesn't support SSE 4.2. For us it's fine, so let's see which bots complain.
Comment Actions
We use COMPILER_RT_HAS_MSSE4_2_FLAG to add -msee4 when building the runtime itself. So I assume it works one way or another.