[PATCH] AArch64 Neon Scalar Floating-point Compare Instructions
mcrosier at codeaurora.org
mcrosier at codeaurora.org
Mon Oct 28 06:43:58 PDT 2013
Ping.
>> I'm not sure about these names. It's not at all obvious to me that
>> int_aarch64_neon_vceq acts on integer types but these versions with
>> 's' and 'd' act on floats. It might be better to use just a single
>> overloaded version.
>
> All/Tim,
> The attached patch implements the scalar floating-point compare
> instructions. I've taken Tim's suggestion and rewritten the code so that
> a single overloaded intrinsic is used for both integer and floating-point
> compares. Please take a look.
>
> Regards,
> Chad_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
More information about the llvm-commits
mailing list