Petr Kobalicek

Results 307 comments of Petr Kobalicek

I tried here: https://github.com/minio/minio-cpp/pull/139 I actually don't have a Windows machine here so it's a blind fix - hope it works!

Is there anything that would block merging the PR? I think only the method applied can be discussed - it has pros and cons, but mostly it works in all...

It's easy to reproduce the error. Compile minio-cpp with UNICODE and use it from an app that doesn't define UNICODE or vice versa. Basically now you have to ensure to...

I also think that the current masking design is not practical. Take a look at AVX-512 and SVE/SVE2. I think especially in SVE, there is also the limitation of having...

I agree, I really think this will be regretted in the future - this will end up like X86 - there will have to be future encoding that would have...

Hello, it's true that the pointer can be still null when processing the first line and a real decoder should never allow dereferencing such pointer. However, the code in this...

This is a great effort! I have some remarks though: * For future easy of maintenance each new architecture needs JSON data in instruction database. I personally don't mind if...

Well, what I have written previously still holds. AsmJit is moving in direction of generated assemblers and instruction metadata accessors, so this should be possibly implemented here as well -...

Would it be possible to get a loongarch board so I can test stuff locally?

@LiqinWeng Yeah ISA DB is hand-written, similarly to ISA DB used by LLVM, for example. The problem of generating it from other sources is the following: - does it have...