Deleted user

Results 131284 comments of Deleted user

@pytorchbot label ciflow/binaries

# DX12 Tested on https://github.com/xenia-project/xenia/tree/cb4fb451bf69835b241ed2de767a000bbfb6d2c9 DX12 version works flawless # Screenshot ![3d_minigolf](https://user-images.githubusercontent.com/25555848/48974762-98bfca00-f061-11e8-93c8-a24092c542e0.PNG) # Vulkan Tested on https://github.com/xenia-project/xenia/tree/f7501750d960dc049ca535f4f36cd706a1698c94 Nothing Changed. # Log [xenia_3DMinigolfVulkan.zip](https://github.com/xenia-project/game-compatibility/files/2612772/xenia_3DMinigolfVulkan.zip)

Eu comentei em : https://github.com/EvolutionAPI/evolution-api/issues/738 veja se lhe ajuda ...

Please add support for other formats WebP,AVIF,HEIF. I really hope you guys release it one day with those changes, as it will make it easier to see images of different...

I was suspecting something similar. Changing to `e=5` is not enough, but `e=6` passes (with all runtimes).

I still maintain that, `#ifdef DEBUG`, it would be nice for `CAMLunreachable` to be defined as a form of `CAMLassert`.

Well, this PR has an approval so there is nothing getting in its way. I stated that I would have preferred something like ``` ... #ifdef DEBUG #define CAMLunreachable() (CAMLassert(0))...

I think the error message is valuable, even in `CAMLassert(0)`, as it will provide the filename and line number, making it easier to spot which "can't happen" situation actually happened.

We should just completely ignore warning 55 in dev mode. This warning cannot be checked for functions that comes from dependencies since the compiler has no access to the cmx...

That would work as well. Though I can of think we should keep it simple.