search for: mbig

Displaying 10 results from an estimated 10 matches for "mbig".

Did you mean: big
2011 Jul 20
3
select element from each row of the matrix
I have a 5 column matrix like 12 10 8 6 3 10 9 8 7 5 14 NA 4 NA NA NA 15 NA 10 NA 5 ... I want to select the position of the first entry for each row <=5 for example, for the first row, I want to select the last element and return its position as 5; for th e third row, I want to select the third element and return its position as 3; similarly for the 4th row, I want to select the fifth
2019 Jul 30
2
LLVM Build Error: Target object too big
...This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. $ cmake --version cmake version 3.6.2 CMake suite maintained and supported by Kitware (kitware.com/cmake). What I've tried so far: CFLAGS="-Wa,-mbig-obj" make But still same error. I tried -Wa
2009 Mar 20
1
CCA - manual selection
Hello, I am trying to obtain f-values for response (independent) variables from a CCA performed in vegan package, to see which ones of them have significative influence in my dependent variables (like the manual selection in canoco), but I can't find any function (or package) that do such a thing. The dependents variables are species data, and the independents are ambiental data. Than you.
2017 Mar 06
2
Seeking advice regarding compilation of large libraries using RTools (Windows)
...build, as suggested by some old bug reports, but still have the issue. The build system is CMake-based, and we have the same issues with either unix makefiles or ninja. The current build host is windows 2012 server, but we've had the same problems on windows 7 and 10. We're using the -Wa -mbig-obj flags. One of the problem commands looks like this: cd D:/B/SimpleITK-build/Code/Explicit/src && C:/Rtools/mingw_64/bin/g++.exe -Wno-long-long -Wno-unused-local-typedefs -Wno-strict-overflow -Wextra -Wformat=2 -Wno-format-nonliteral -Wunused -Wpointer-arith -Winvalid-pch -Wcast-align...
2014 May 02
2
[LLVMdev] clang build (Debug+Asserts) fails with Cygwin and Mingw (ASTContext.o: File too big)
On 5/2/2014 11:41 PM, David Blaikie wrote: > Any idea what all those sections are - comdat inline functions? > No idea, as I cannot run objdump -h on a object file that I couldn't build :) Anyhow, I have an old, successful Debug+Asserts build of clang, made with Mingw also, for clang revision 206070. Apparently, the ASTContext.o file there contained 16453 sections, not 33066, as
2006 Jun 10
1
Problems after having crosscompiled for XScale
...onfigure: ./configure --host=arm-linux --disable-etc-default-login --with-ssl-dir=/tmp/uClinux-dist/snapgear/modules/openssl-0.9.8b/ --with-md5-passwords --enable-shared --disable-static --without-kereberos5 --without-x --without-pam --without-bsd-auth CC="arm-linux-gcc" CFLAGS="-mbig-endian -g -O2 -I/tmp/uClinux-dist/snapgear/lib/zlib -I/tmp/uClinux-dist/snapgear/uClibc/include" LDFLAGS="-g -L/tmp/uClinux-dist/snapgear/uClibc/lib -nostdlib -L/tmp/uClinux-dist/snapgear/modules/openssl-0.9.8b -L/tmp/uClinux-dist/snapgear/lib/zlib -EB -lc -ldl /tmp/uClinux-dist/sna...
2017 Nov 17
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...the incoming value of stack1 is stored in bytes [0,4) above SP, but for big-endian targets this should be in bytes [4,8): > > // /work/llvm/build/bin/clang --target=aarch64-arm-none-eabi -march=armv8-a -c callees.cpp -O0 -Wall -std=c++11 -mllvm -global-isel=true -mllvm -global-isel-abort=0 -mbig-endian -o - -S > _Z3fooiiiiiiiii: // @_Z3fooiiiiiiiii > // BB#0: // %entry > sub sp, sp, #48 // =48 > ldr w8, [sp, #48] // <= Should be [sp, #52] > str w0, [sp, #44] >...
2017 Nov 27
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...the incoming value of stack1 is stored in bytes [0,4) above SP, but for big-endian targets this should be in bytes [4,8): > > // /work/llvm/build/bin/clang --target=aarch64-arm-none-eabi -march=armv8-a -c callees.cpp -O0 -Wall -std=c++11 -mllvm -global-isel=true -mllvm -global-isel-abort=0 -mbig-endian -o - -S > _Z3fooiiiiiiiii: // @_Z3fooiiiiiiiii > // BB#0: // %entry > sub sp, sp, #48 // =48 > ldr w8, [sp, #48] // <= Should be [sp, #52] > str w0, [sp, #44] >...
2017 Nov 14
6
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
To give an update here, we actually are not missing a mapping. The code complains because we are copying around a fp16 into a gpr32 and that shouldn’t be done with a copy (default mapping). I extended the repairing code to issue G_ANYEXT in those cases instead of asserting. However, now, I have to teach instruction select about those ANYEXT otherwise we’ll fallback in that case. But that’s a
2020 Apr 11
2
using the bat script build_llvm_package.bat on windows
where should the file build_llvm_package.bat be placed and how should the build_llvm_package.bat be called? or is there a another way to do a two stage build of the llvm project on windows starting with using visual studio 2017 community. -------------- next part -------------- An HTML attachment was scrubbed... URL: