[PATCH] D44222: [AArch64] Add vmulxh_lane FP16 intrinsics
Abderrazek Zaafrani via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 16 16:03:36 PDT 2018
az added a comment.
Was not able to update this particular review with the new code, So I created a new one in https://reviews.llvm.org/D44591
I manage to reuse the mulx scalar intrinsic work, not exactly calling the fp16 scalar intrinsic itself which is not available here but the same frontend codegen work with an extract instruction before that.
https://reviews.llvm.org/D44222
More information about the cfe-commits
mailing list