Re: [ACTIVITY] 2011-05-06

2011-05-09 Thread David Gilbert
On 8 May 2011 13:55, Hakehuang wrote: > Can there be something using pragma option to disable neon for each function? I don't think there is a pragma like that for ARM at the moment; Gcc does seem to have a #pragma GCC target and also function attributes for target options; but at the moment th

Re: [ACTIVITY] 2011-05-06

2011-05-08 Thread Hakehuang
Can there be something using pragma option to disable neon for each function? 发自我的 iPad 在 2011-5-7,上午1:29,David Gilbert 写道: > == Bug fighting == > * Tracked bug 774175 (apt segfault on armel on oneiric) down to the > cortex-a8 branch erratum bug that we found as part of the bug jam a > few wee

[ACTIVITY] 2011-05-06

2011-05-06 Thread David Gilbert
== Bug fighting == * Tracked bug 774175 (apt segfault on armel on oneiric) down to the cortex-a8 branch erratum bug that we found as part of the bug jam a few weeks ago (affecting the more obscure vtk package) - Richard's existing binutils fix should fix this. == String routines == * Struggled