Well library_name
would never be None but path
can be None so it could be changed to if path is None:
Hi @pragma37 I have trouble compiling after this was commited. Linking fails with undefined reference to 'GPU_compilation_subprocess_run(char const*)'
In [creator.cc](https://projects.blender.…
@JacquesLucke, yes std::function<void()>
is 16 aligned.
and that change works for me, thanks.
Applying #118526 to master doesn't change, should there be some calls to the aligned new
somewhere?
I still get a sigbus error without avx
(lldb) run --factory-startup
Process 27192 launched: '/home/shane/Projects/blender-bits/blender_master/umfbuild/bin/blender' (x86_64)
alignof…
I have always used -march=corei7-avx
with this cpu, so that would be clang generating the avx code.
For alignof(deg::Depsgraph)
I get 16
Will try a build without the arch - avx.
yes from source, as mentioned commit 2d2b087fcf40bda
was the first to break - 9e0c78e783
runs fine. Its a large commit so I don't know where to start looking for the cause.
I have the…
Hi @mont29,
This commit breaks build for me on FreeBSD using clang 15.
I get error: function-like macro '__GLIBC_PREREQ' is not defined
While it seems reasonable having `defined(_GLIBC…
yeah, I first mentioned changing tile.h
back to include <ostream>
to fix build.
If I leave tile.h
with include <iosfwd>
and add include <ostream>
to tile.cpp
that also builds.
yes, iosfwd in tile.h and ostream in tile.cpp builds
@aras_p this commit breaks build for me.
FreeBSD 13.2/clang 15.0.7 (using LLVM libc++)
changing tile.h back to include builds.
using iosfwd in tile.h gives me
.../blender…
Would that be the reliable way to add clangSupport to the list?