Displaying 16 results from an estimated 16 matches for "maltivec".
Did you mean:
altivec
2008 May 16
2
Configure errors say to report here... (PR#11470)
...feta:R-2.7.0> ./configure --prefix=/usr/local --with-x --without-R-framework --without-aqua --with-blas="/usr/local/lib/libptf77blas.a /usr/local/lib/libatlas.a" --with-lapack="/usr/local/lib/liblapack.a /usr/local/lib/libptf77blas.a /usr/local/lib/libatlas.a" CFLAGS="-maltivec -mabi=altivec -mtune=970 -faltivec -O3" CXXFLAGS="-maltivec -mabi=altivec -mtune=970 -faltivec -O3"
...the rest of configure completes fine, though when I try to build R, I
make eventually ends up failing in this manner:
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I...
2019 Oct 24
2
Failed PPC64 compile when using Power7 loads and stores?
...I'm having trouble figuring out a compile failure on ppc64le. The
failure is at https://travis-ci.org/noloader/cryptopp-autotools/jobs/602187190
. The message is:
/bin/bash ./libtool --tag=CXX --mode=compile clang++
-DHAVE_CONFIG_H -I. -DCRYPTOPP_DISABLE_POWER8 -pipe -mcpu=power7
-mvsx -maltivec -g -O2 -MT libppc_power7_la-ppc_power7.lo -MD -MP -MF
.deps/libppc_power7_la-ppc_power7.Tpo -c -o
libppc_power7_la-ppc_power7.lo `test -f 'ppc_power7.cpp' || echo
'./'`ppc_power7.cpp
ppc_power7.cpp:71:21: error: use of undeclared identifier 'vec_xl'
vec_xst(vec_...
2013 May 03
1
[LLVMdev] buildbot failure in LLVM on llvm-ppc64-linux1
...m-ppc64-linux1/builds/5382) and llvm-ppc64-linux2 builders caused by one of my patches yesterday. Some of the CodeGen/Hexagon tests failed to compile with stack dump problem.
I tried to configure and build LLVM for PowerPC on my machine locally but don't see the failures. I had to remove '-maltivec' from tools/clang/lib/Lex/Makefile or else it wouldn't build for me.
Any help to reproduce the problem will be greatly appreciated!
Thanks,
Jyotsna
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
>-----Original Message-----
>Fro...
2005 Jan 30
2
Patch : Fix one more Linux PowerPC problem
...g Darwin specific.
Erik
--- src/libFLAC/Makefile.am 30 Jan 2005 18:44:46 -0000 1.58
+++ src/libFLAC/Makefile.am 31 Jan 2005 02:33:14 -0000
@@ -40,7 +40,7 @@
CPUCFLAGS = -faltivec -force_cpusubtype_ALL -DFLAC__NO_ASM
else
#@@@@@@ PPC optimizations temporarily disabled
-CPUCFLAGS = -maltivec -mabi=altivec -force_cpusubtype_ALL -DFLAC__NO_ASM
+CPUCFLAGS = -maltivec -mabi=altivec -DFLAC__NO_ASM
endif
endif
--
+-----------------------------------------------------------+
Erik de Castro Lopo nospam@mega-nerd.com (Yes it's valid)
+-------------------------------------------------...
2014 Jul 03
0
PPC asm is disabled since Jan 2005? Why?
...ae3140296419afdfc4cfc87cc2c7cb9faf
http://git.xiph.org/?p=flac.git;a=commitdiff;h=3c8d2973cb87e318c11f3a487f2204bf0d673176
+AM_CONDITIONAL(FLaC__HAS_AS__TEMPORARILY_DISABLED, test "yes" = "no")
-if FLaC__HAS_AS
+#@@@@@@
+if FLaC__HAS_AS__TEMPORARILY_DISABLED
-CPUCFLAGS = -maltivec -mabi=altivec -force_cpusubtype_ALL
+#@@@@@@ PPC optimizations temporarily disabled
+CPUCFLAGS = -maltivec -mabi=altivec -force_cpusubtype_ALL -DFLAC__NO_ASM
Does it mean that PowerPC/Altivec asm optimizations were disabled almost 10 years ago?
2008 Apr 05
2
[LLVMdev] LLVM for crosscompiling?
...1. foreach $c_files
llvm-gcc -emit-llvm -c -o $bc_file $c_file
2. link $bc_files
3. run my passes with 'opt'
4. llc -march=c
5. cell_cc
The original code is for the Cell, and uses altivec intrinsics. However,
llvm-gcc complains about not recognizing them. I read that there is
an -maltivec flag for the LLVM PowerPC backend, but my version of llvm-gcc
complains about this "unrecognized command line option." Any hints?
Thanks.
(Please CC me as I am not subscribed to this list)
--
Sunjae Park
MS. Georgia Tech College of Computing
We choose to go to the moon and do the oth...
2005 Oct 23
1
Compile error on PPC linux
Hi,
I am using a ppc-32bit version of linux called crux,
with kernel 2.6.12.5
binutils version is 2.16.1
How can i get past this error..???
/usr/bin/ld -r -o .libs/libFLAC.la-19.o
.libs/stream_encoder_framing.o .libs/libFLAC.la-18.o
gcc -shared .libs/libFLAC.la-19.o -lm -maltivec
-mabi=altivec -mcpu=powerpc -Wl,-read_only_relocs
-Wl,warning -Wl,-soname -Wl,libFLAC.so.7 -o
.libs/libFLAC.so.7.0.0
/usr/bin/ld: bad -rpath option
collect2: ld returned 1 exit status
make[4]: *** [libFLAC.la] Error 1
make[4]: Leaving directory
`/usr/ports/contrib/flac/work/src/flac-1.1.2/src/libFL...
2014 Jul 03
4
[PATCH] two patches of doubtful usefulness
Erik de Castro Lopo wrote:
>> There's the following code in stream_decoder.c:
>
> Like you, I don't see a lot of value in these. I think I'll decline
> these.
FLAC__lpc_restore_signal_asm_ia32_mmx compares 'order' argument with 4
and if it's greater then it jumps to FLAC__lpc_restore_signal_asm_ia32.
I wonder why the same wasn't done for PPC/Altivec:
2006 Jun 12
1
Link error with glibc-2.4 on linux/PPC (PR#8967)
....6-r2
sys-devel/binutils: 2.16.1-r2
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.11-r4
ACCEPT_KEYWORDS="ppc ~ppc"
AUTOCLEAN="yes"
CBUILD="powerpc-unknown-linux-gnu"
CFLAGS="-O2 -mcpu=G4 -mtune=G4 -fno-strict-aliasing -pipe -maltivec
-mabi=altivec"
CHOST="powerpc-unknown-linux-gnu"
Fault log
gfortran -fpic -g -O2 -c xxxpr.f -o xxxpr.o
powerpc-unknown-linux-gnu-gcc -shared -o libR.so Rembedded.o CConverters.o
CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o arithmetic.o apse.o
array.o attrib.o base.o bi...
2013 Dec 04
1
[PATCH] Fix Makefile.am altivec logic
...-- a/src/libFLAC/Makefile.am
+++ b/src/libFLAC/Makefile.am
@@ -47,8 +47,7 @@ CPUCFLAGS = -faltivec -force_cpusubtype_ALL -DFLAC__NO_ASM
else
# Linux-gcc for PPC does not have -force_cpusubtype_ALL, it is Darwin-specific
CPUCFLAGS =
-if FLaC__CPU_PPC_SPE
-else
+if FLaC__USE_ALTIVEC
CPUCFLAGS += -maltivec -mabi=altivec
endif
#@@@ PPC optimizations temporarily disabled
--
1.8.3.2
2008 Apr 06
0
[LLVMdev] LLVM for crosscompiling?
...lvm -c -o $bc_file $c_file
> 2. link $bc_files
> 3. run my passes with 'opt'
> 4. llc -march=c
> 5. cell_cc
>
> The original code is for the Cell, and uses altivec intrinsics.
> However,
> llvm-gcc complains about not recognizing them. I read that there is
> an -maltivec flag for the LLVM PowerPC backend, but my version of
> llvm-gcc
> complains about this "unrecognized command line option." Any hints?
>
Hi Sunjae,
You'll need to compile llvm-gcc as a cross-compiler to get it to
accept altivec intrinsics and PPC-specific flags.
-bw
2004 Nov 24
2
Files being corrupted on export, md5sums don't match.
(smb.conf attached)
When i mount the exported shares on my computer on either it or
another machine they get damaged during transfer, for example i made a
file in my shared folder with the contents "this is a test", mounted
that folder at /mnt/losmb/, resaults below:
$ cat /home/share/test
this is a test
$ cat /mnt/losmb/test
J?SMB.?$
$ md5sum /home/share/test && du -s
2006 Apr 14
2
[LLVMdev] [DRAFT] LLVM 1.7 release announcement notes [DRAFT]
...instructions (e.g. fisttp) on
subtargets that support it.
PowerPC-Specific Code Generator Improvements:
* Full support for the Altivec instruction set, accessible with the GCC
generic vector extension and the altivec.h intrinsics (llvmgcc4 only),
including support for -faltivec and -maltivec.
* Nate greatly simplified the PowerPC branch selector, making it more
aggressive and removing support code from the target-independent code
in the process.
* Support for -static and -fpic codegen on Darwin.
* Many improvements in the generated code.
IA64-Specific Code Generator Improv...
2006 Apr 20
0
[LLVMdev] [DRAFT] LLVM 1.7 release announcement notes [DRAFT]
...gt; subtargets that support it.
>
>
> PowerPC-Specific Code Generator Improvements:
>
> * Full support for the Altivec instruction set, accessible with the GCC
> generic vector extension and the altivec.h intrinsics (llvmgcc4 only),
> including support for -faltivec and -maltivec.
> * Nate greatly simplified the PowerPC branch selector, making it more
> aggressive and removing support code from the target-independent code
> in the process.
> * Support for -static and -fpic codegen on Darwin.
> * Many improvements in the generated code.
>
>
> I...
2005 Jan 29
2
Patch : fix configure.in and Makefile.am problems.
...=============================================
RCS file: /cvsroot/flac/flac/src/libFLAC/Makefile.am,v
retrieving revision 1.57
diff -u -r1.57 Makefile.am
--- src/libFLAC/Makefile.am 29 Jan 2005 06:10:58 -0000 1.57
+++ src/libFLAC/Makefile.am 30 Jan 2005 05:23:53 -0000
@@ -43,7 +43,7 @@
CPUCFLAGS = -maltivec -mabi=altivec -force_cpusubtype_ALL -DFLAC__NO_ASM
endif
endif
-CFLAGS = @CFLAGS@ $(DEBUGCFLAGS) $(CPUCFLAGS)
+AM_CFLAGS = $(DEBUGCFLAGS) $(CPUCFLAGS)
if FLaC__NO_ASM
else
Index: src/libFLAC++/Makefile.am
===================================================================
RCS file: /cvsroot/f...
2006 Apr 20
0
LLVM 1.7 Release!
...ets that support it.
PowerPC-Specific Code Generator Improvements:
49. The PowerPC backend now includes full support for the Altivec
instruction set, accessible with the GCC generic vector extension and
the altivec.h intrinsics (llvmgcc4 only), including support for
-faltivec and -maltivec.
50. Nate greatly simplified the PowerPC branch selector, making it more
aggressive and removing support code from the target-independent code
in the process.
51. The PowerPC backend now supports -static and -fpic codegen on Darwin.
52. Many improvements in the generated code.
IA64-Spec...