alexcrichton commented on issue #6450:
Oh wow apparently github actions has avx512 available to catch failures like the latest commit!
abrown commented on issue #6450:
Oh wow apparently github actions has avx512 available to catch failures like the latest commit!
Yeah, most Intel-based servers these days do. Is this change related to @elliottt's suggestion the other day that we switch the pretty-printing order of _all_ x86 operands?
alexcrichton commented on issue #6450:
Oh no this was actually where I was going to add support for a new instruction and I got some errors since I was doing everything the opposite way as it was what I was used to with the AVX instructions, so I figured I'd get this done first before adding new instructions to make sure everything is consistent.
Last updated: Nov 22 2024 at 16:03 UTC