stdarch icon indicating copy to clipboard operation
stdarch copied to clipboard

AVX512-VP2INTERSECT implementations

Open vertexclique opened this issue 4 years ago • 3 comments

Currently, these implementations aren't finished. Link representations for N x i1 for llvm needs to be incorporated into the compiler. The best way to do the i1 linking is using the proc macro attribute on extern to make linking explicit to i1 representations.

Note that bool is still i8 representation from the rust's side with zero extend. That hasn't been solved for linking to llvm.

Relates to #989 and rust-lang/rust#81552

vertexclique avatar Feb 10 '21 17:02 vertexclique

r? @Amanieu

(rust-highfive has picked a reviewer for you, use r? to override)

rust-highfive avatar Feb 10 '21 17:02 rust-highfive

we have talked with @Amanieu about it. This can wait until we land the i1 linking in the compiler.

vertexclique avatar Feb 10 '21 17:02 vertexclique