gquintin

Results 5 issues of gquintin

Hi, is there any plan to support RISC-V extension "V"? Intrinsics are available --> A cross compiler and an emulator is available in the official github of RISC-V --> Compiling...

Do you plan to support xlc on ppc64el? You can use the community edition I think which is available through the IBM apt repo: ``` deb http://public.dhe.ibm.com/software/server/POWER/Linux/xl-compiler/eval/ppc64le/ubuntu/ xenial main ```...

Hi Sleef, I am the maintainer of NSIMD (https://github.com/agenium-scale/nsimd) and I would like to include Sleef in NSIMD and extend the C and C++ APIs of NSIMD to call Sleef...

BFloat16 are truncated standard float32, therefore - loads involves unpacks and - stores involves unzip This is OK for all supported architectures. Reference: .

enhancement

First, size agnostic shuffles, such as reverse, unpack, zip, unzip, ... will be added. Then it seems that (to be confirmed) all supported and yet to be supported architecture by...

enhancement