search for: 20lesf2

Displaying 1 result from an estimated 1 matches for "20lesf2".

2010 Apr 09
0
[LLVMdev] compiler-rt's arm vfp o<= implementation
...I understand the assembly, I think there's another problem. libgcc's definition of lesf2 is actually "1-(a<=b)". Source: http://www.google.com/codesearch/p?hl=en#ulemn8tW-hg/pub/gcc/releases/gcc-2.95.2/gcc-core-2.95.2.tar.gz%7CInAiOEw9K4g/gcc-2.95.2/gcc/libgcc1.c&q=libgcc1%20lesf2 Shih-wei wrote a patch which reverses the meaning of the predicate (attached) and this works for us. Is this okay to commit? Nick > > > Rodolph. > > > > *From:* llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] *On > Behalf Of *Nick Lewycky > *Sent...