Steven Johnson
Steven Johnson
@zvookin recently pointed me at https://clang.llvm.org/docs/LanguageExtensions.html#half-precision-floating-point, which points out that recent Clang versions have builtin types for these; presumably we should rely on those, falling back to a custom type...
Where does this PR stand?
Monday Morning Review ping: Where does this PR stand?
Is this PR still active? If not, it will be closed.
Is this PR still active?
Is this windows-only?
> Are those _exact_ settings _necessary_ It didn't work at all until I added those, so, apparently :-)
> $ cmake --build --preset linux-x64-asan grumble, it really doesn't matter, but I am grumpy about not being able to just use `ninja` directly here
> $ cmake --preset linux-x64-asan -DLLVM_ROOT=/path/to/llvm Why do we need to set LLVM_ROOT here? The buildbots have set only LLVM_DIR for ~ever.