search for: novector

Displaying 4 results from an estimated 4 matches for "novector".

Did you mean: ovector
2004 Apr 02
1
R on Tru64 OSF 5.1
Has anyone achieved a current successful build of R 1.8 or 1.9 or earlier for HPUX Tru 64 OSF 5.1? There is no binary version of R for HPUX Tru 64 OSF 5.1. The R admin manual mentions that the native make fails on "Alpha/OSF (aka Tru 64)" and gnu make must be used instead. There are problems reported with building R versions around 1.4 from 2002 on R-devel, some of which were fixed with
2009 May 14
2
[LLVMdev] Removing std::vector from APIs (was Re: Mutating the elements of a ConstantArray)
...uct or function types? I'm happy to convert cfe and llvm-gcc myself. 3. Are there any logistical problems with committing a wide-reaching patch like this? 3. Any comments on the patch itself? Thanks, Jay. -------------- next part -------------- A non-text attachment was scrubbed... Name: patch.novector Type: application/octet-stream Size: 11187 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090514/1716a3d2/attachment.obj>
2015 Apr 22
4
[LLVMdev] Missed vectorization opportunities?
Hi, I am trying to understand the limitations of the current vectorizer, and came upon these test cases that fail to get vectorized. 1. loop1 below (note the increment by 2) fails to get vectorized because the access a[j+1] is considered to wrap around (the corresponding SCEV doesn't have nsw/nuw set) and hence isStridedPtr() in LoopAccessAnalysis.cpp return false. #define SIZE 100000 void
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...../../src/include -I/soft/readline/v4.2.1/include -DHAVE_CONFIG_H -std1 -ieee_with_inexact -I/soft/readline/v4.2.1/include -c Lapack.c -o Lapack.lo /usr/bin/f77 -fpe3 -g -c double.f -o double.lo f90: Info: double.f, line 38563: This directive is not supported in this platform. CDEC$ NOVECTOR ---------------^ /usr/bin/f77 -fpe3 -g -c cmplx.f -o cmplx.lo /usr/bin/f77 -fpe3 -g -c cmplxblas.f -o cmplxblas.lo /usr/bin/cc -shared -L/soft/readline/v4.2.1/lib -o lapack.so Lapack.lo double.lo cmplx.lo cmplxblas.lo -L/soft/readline/v4.2.1/lib -lreadline -ltermcap -lm -lUfor -lfor -lFut...