avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-libc-dev] Re: [avr-libc-commit] [2103] Probe the compiler for t


From: Timo Sandmann
Subject: Re: [avr-libc-dev] Re: [avr-libc-commit] [2103] Probe the compiler for the availability of the
Date: Wed, 17 Mar 2010 15:55:34 +0100

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

Am 17.03.2010 um 06:20 schrieb Joerg Wunsch:
> <avr/builtins.h> also documents some other builtins which I did not
> really test so far.  Documentation improvements for those are welcome.

JFYI __builtin_avr_fmul(), __builtin_avr_fmuls(), __builtin_avr_fmulsu() don't 
work for me (they produce internal compiler errors). I looked into the patch 
some time ago and found out that IMHO line 576 should be 
+  for (i = 0, d = bdesc_2arg; i < ARRAY_SIZE (bdesc_2arg); i++, d++)
instead of
+  for (i = 0, d = bdesc_1arg; i < ARRAY_SIZE (bdesc_2arg); i++, d++)

But there seems to be another problem, the functions still didn't work (the 
compiler complained about an unknown insn or sth. like that IIRC). I didn't 
have the time to look deeper into that. 

Timo

-----BEGIN PGP SIGNATURE-----

iEYEARECAAYFAkug7WoACgkQDH/BX4067fIPQQCbBvSWQtC23Q/8mOpxoMmPsOhK
orEAn3hyIyYFDCJmXAIYdN2Xz2mxGkgk
=tcfe
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]