SSE4

Results 167 comments of SSE4

so, do we have a conclusion now? possible set of settings could look like: - `driver_mode: ["gcc", "cl"]` (the command line parser mode, which may affect compatibility due to slightly...

@memsharded please tell us if you need anything else to make a decision. I can collect all the needed information about various `clang` flavours on Windows, as I have all...

it's again getting lost in the sands of time. here I am collecting some links to the previous discussions we had in conan about clang-cl: issues - https://github.com/conan-io/conan/issues/1839 - a...

> @memsharded is windows-clang improvment on the roadmap? I think it's on roadmap now, it's got assigned 1.49 milestone.

> **Native Windows builds: (With MinGW Makefiles or Ninja)** if it's a native Windows build (`x86_64-pc-windows-msvc`), why does it need/use `MinGW Makefiles`? probably, in that case, most of the users...

> Because this is what apparently it is more popular among users, NMake usage is in general much, much lower than Makefiles or Ninja generators. that sounds suspicious. do you...

> How can I try conan from a branch? are there any instructions for it? I would like to try new version in windwos docker with only clang from choco...

> > that sounds suspicious. do you have any reference? because, I assume most of people just have Visual Studio + LLVM installed (or even just Visual Studio + LLVM...

> > shouldn't require MinGW to use. it's used in conjunction with Visual Studio (as it uses headers/librariess from it). using it together with MinGW sounds redundant. the thing is...

> * Spin a new compiler called `win-clang` that contains the specifics of clang in Windows, to not pollute too much the main `clang` one not sure if I like...