-----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-----


_______________________________________________
AVR-libc-dev mailing list
AVR-libc-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to