[libcxx-commits] [PATCH] D159514: [libcxx] <experimental/simd> excluded long double for 32-bits x86 temporarily

Michał Górny via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Sep 23 08:47:47 PDT 2023


mgorny added a comment.

In D159514#4650250 <https://reviews.llvm.org/D159514#4650250>, @philnik wrote:

> @mgorny Would it be possible to add the configuration you use to the precommit CI?

I don't know anything about precommit CI. We're basically building it using C++ compiler set to `i686-pc-linux-gnu-clang++` that's symlink to the amd64 build of clang (and via the filename magic forces `-m32`).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159514/new/

https://reviews.llvm.org/D159514



More information about the libcxx-commits mailing list