Vaughn Iverson

Results 412 comments of Vaughn Iverson

Error is here: https://github.com/beakerbrowser/beakerbrowser.com/blob/master/index.html#L347

Thanks for getting back to me. Best of luck with your new project!

It's not immediately obvious to me what `ci / lint` is complaining about in the failed test above, but I'll look into it before next week.

* Actually, I'm unsure how (or if) the Go assembler decides how to select among the VEX and EVEX, encodings for a 256-bit wide instruction. For SSE encoding the omitted...

And everything above also applies to `VPCLMULQDQ` including the misnaming/handling in `x/sys/cpu`

Yes, on reflection this is how it would have to work, otherwise it would be impossible to write valid AVX/AVX2 code and ensure that it would not fault on hardware...

I just checked and there doesn't appear to be an existing issue on the golang project for this problem. I've already prototyped it and the fix is straightforward, so I'm...

This is all very encouraging. My understanding is that in 3.0 VelocyPack is implemented for the storage layer, and in 3.1 VelocyStream will bring it to the Java driver at...

See https://github.com/ALTree/bigfloat/pull/37

Hi, can you decribe what the problem actually is and provide some code to reproduce it? From your brief description I can't tell what your problem actually is. The purpose...