[PATCH] D12089: Implement __aeabi_c{d,f}{cmpeq,cmple,rcmple}.

Josh Gao via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 10:14:26 PDT 2015


jmgao added inline comments.

================
Comment at: lib/builtins/arm/aeabi_cfcmp.S:13
@@ +12,3 @@
+// void __aeabi_cfcmpeq(float a, float b) {
+//   Z = fcmpeq(a, b);
+// }
----------------
This comment is wrong


Repository:
  rL LLVM

http://reviews.llvm.org/D12089





More information about the llvm-commits mailing list