Steven Johnson

Results 458 comments of 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...

> 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.