Vlad Lazar

Results 14 comments of Vlad Lazar

> I just noticed this PR. I want to explain why I added RawVector. I don't intend to stop this change, but I just want you to know. there were...

Sorry for the late reply. We are aware of the performance problems with alembics. I cannot give you a timeline however as to when they will be fixed. For now...

@mihai-unity Done. Deputized :) Should you be able to run yamato from a fork ?

I never got it working properly in openGL. According to the author, the OpenGL version has been broken since some time.

@cary-ilm Is there a way to share the implementation of my compressor between OpenEXR and OpenEXRCore ? The 2 are the the same minus some memory management bits.

> I got this to build OK, so it looks like the Blosc build is working. Did you research different settings for the number of scanlines in each chunk? 32...

> @pleprince I'm a little out of my depth here. I would have thought it was OK to change the fuzz test compile flags, since the purpose of fuzz testing...

> Sorry - I've no access to an machine with OS-X... Is there a way I can help you with that ? :) I do have an OSX, but do...

To compile for both x86 and M1 with clang and generate a fat binary, all is needed is to pass **-arch x86_64 -arch arm64** on the compile line. That was...

I will close the issue for now: There seems to be some strange issue around that posted code, where turning on/off these flaghs--math-lib=fast --opt=fast-math and recompiling makes the result unpredictable:...