Displaying 8 results from an estimated 8 matches for "rikuvoipio".
2013 Oct 09
1
[PATCH 0/1] Porting klibc to AArch64
...fd_set *, fd_set *, struct timeval *);
Others include: dup2, lchown32, chown32, stat64, lstat64, readlink, symlink, rmdir, mkdir, mknod ...
There was a talk at FOSDEM 2013 which covered these changes. There is
also documentation available from ARM, if you would like it.
http://people.linaro.org/~rikuvoipio/aarch64-talk/#/
http://people.linaro.org/~rikuvoipio/aarch64-talk/#/18/1
http://people.linaro.org/~rikuvoipio/aarch64-talk/#/18/2
Anil & I are working with Riku (the author of that paper) in Linaro.
(I'm using my debian.org email address because I started working on
klibc support for Aa...
2015 Mar 28
4
Cannot compile speexdsp 1.2rc3 on ARM64
...nder] "+l" (remainder)
^
2 errors generated.
make[2]: *** [resample.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
As I googled out, I found it's said:
arm64 has a totally different instruction set.
See: http://people.linaro.org/~rikuvoipio/aarch64-talk/
The NEON assembly code needs a rewrite.
But I'm not familiar with ASM code. Could anyone help to fix that?
Best regards,
Evan JIANG
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/speex-dev/attachments/201503...
2013 Oct 09
5
[PATCH 0/1] Porting klibc to AArch64
Hi All:
We have some patches to port klibc to ArmV8.
The first set of patches from Neil Williams fixes the build issues.
The second set of patches from Anil Singhar fixes functionalities.
The following files have changed in the second set of patches
------------------------------------------------------------------------------------------
usr/include/arch/aarch64/klibc/archconfig.h
2015 Apr 13
1
Fwd: Cannot compile speexdsp 1.2rc3 on ARM64
...^
> 2 errors generated.
> make[2]: *** [resample.lo] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
>
>
> As I googled out, I found it's said:
>
> arm64 has a totally different instruction set.
>
> See: http://people.linaro.org/~rikuvoipio/aarch64-talk/
>
> The NEON assembly code needs a rewrite.
>
>
>
> But I'm not familiar with ASM code. Could anyone help to fix that?
>
For the time being, you can always disable NEON code on that platform with:
./configure --disable-neon
-------------- next part ----------...
2016 Jul 30
2
Cannot compile speexdsp 1.2rc3 on ARM64
...gt; make[2]: *** [resample.lo] Error 1
>> make[1]: *** [all-recursive] Error 1
>> make: *** [all] Error 2
>>
>>
>> As I googled out, I found it's said:
>>
>> arm64 has a totally different instruction set.
>>
>> See: http://people.linaro.org/~rikuvoipio/aarch64-talk/
>>
>> The NEON assembly code needs a rewrite.
>>
>>
>>
>> But I'm not familiar with ASM code. Could anyone help to fix that?
>>
>> Best regards,
>> Evan JIANG
>>
>> _______________________________________________
&g...
2015 Mar 28
0
Fwd: Cannot compile speexdsp 1.2rc3 on ARM64
...nder] "+l" (remainder)
^
2 errors generated.
make[2]: *** [resample.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
As I googled out, I found it's said:
arm64 has a totally different instruction set.
See: http://people.linaro.org/~rikuvoipio/aarch64-talk/
The NEON assembly code needs a rewrite.
But I'm not familiar with ASM code. Could anyone help to fix that?
Best regards,
Evan JIANG
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20150329/d...
2016 Apr 19
0
Cannot compile speexdsp 1.2rc3 on ARM64
...^
> 2 errors generated.
> make[2]: *** [resample.lo] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
>
>
> As I googled out, I found it's said:
>
> arm64 has a totally different instruction set.
>
> See: http://people.linaro.org/~rikuvoipio/aarch64-talk/
>
> The NEON assembly code needs a rewrite.
>
>
>
> But I'm not familiar with ASM code. Could anyone help to fix that?
>
> Best regards,
> Evan JIANG
>
> _______________________________________________
> Speex-dev mailing list
> Speex-dev at...
2016 Aug 09
0
Cannot compile speexdsp 1.2rc3 on ARM64
...1
>>> make[1]: *** [all-recursive] Error 1
>>> make: *** [all] Error 2
>>>
>>>
>>> As I googled out, I found it's said:
>>>
>>> arm64 has a totally different instruction set.
>>>
>>> See: http://people.linaro.org/~rikuvoipio/aarch64-talk/
>>>
>>> The NEON assembly code needs a rewrite.
>>>
>>>
>>>
>>> But I'm not familiar with ASM code. Could anyone help to fix that?
>>>
>>> Best regards,
>>> Evan JIANG
>>>
>>> ______...