Revision 1b22dfe6c1d95332430cf45bfe1488af7e7dffe3 authored by John Lawson on 05 February 2021, 20:06:34 UTC, committed by GitHub on 05 February 2021, 20:06:34 UTC
The vcvtne2ps2bf16 instruction combines two f32x16 vectors and converts
them to one bf16x32 vector. We can use this to support converting a
f32x32 vector to bf16x32 vector by splitting the input vector into two.
1 parent 8ee7f4c
Raw File
.clang-format
---
DisableFormat: true
SortIncludes: false

...

back to top