Omar Emara

Results 106 comments of Omar Emara

Can you move those edits into a pull request to better see the changes and identify what we need to do further?

It seems like this operator doesn't work for dynamic sockets and thus doesn't work with custom nodes. So it will need some work to be usable for custom node.

Does compiling with `CC=egcc CXX=eg++` or better yet `CC=clang CXX=clang++` work?

Sorry, I just meant to execute the build script in that environment, that is, using the command: ``` CC=clang CXX=clang++ python3 setup.py build ``` This is to try to use...

But can you find the `libFastNoiseSIMD_openbsd.a` library file in the build directory?

Can you attach the full log?

Are you on ARM or X86? Does your CPU support SSEE 4.1?

Then it appears you just have an old assembler version that doesn't support those instructions? Can you try updating that? This is probably part of the `binutils` package.

@alexreinking I am creating a standard AUR package for Halide and I was wondering if you can take a look and provide some insights. I pushed an initial implementation to...

> I would encourage you to try building the apps with your installed version of Halide. @alexreinking The apps were built successfully and their corresponding tests passed. I disabled the...