Hello Karl,
Thanks for your reply.
> >> I see in the HTML this is the code causing the small font:
> >>
> >> pre.smallexample { font-size:smaller }
>
> I don't know of any way to say "use a slightly smaller font" in
> HTML/CSS. That is, this is what CSS provides, afaik.
>
> The re
Hello,
In mips.md, conditional branch insns are all set with the attribute
value 'branch'. But floating point instructions such as bc1f will
reserve falu unit instead of ialu. So there's a problem when you try
to describe pipeline for 'branch' insns. Define the ialu as the
reservation for all 'bra
Hello,
I found current modulo pipelining very inefficient for many loops. One reason
is primitive cross-iteration memory dependency analysis. The
add_inter_loop_mem_dep function in ddg.c just draws true dependency between
every write and read pair. This is quite inadequate since many loops read
Gerald Pfeifer writes:
> >> In particular, I /assume/ it is false for any version that uses gmp.
> > I believe that this is false these days. I believe that it has been
> > false since a cross-compiler to the alpha required a 64-bit
> > HOST_WIDE_INT, which was in gcc 3.4.
>
> Does this mean you
I'd like to apologize for sending this report so late.
Status
==
The GCC 4.3 branch is open for regression and documentation fixes.
The number of P1s grew a little bit, so the 4.3.3 release
will need to be delayed by a few days until they are resolved
or downgraded. Out of the 5 P1s, 2 were
[removed gcc-patches from CC]
On Sun, Nov 02, 2008 at 08:29:27PM +0100, Gerald Pfeifer wrote:
> On Tue, 2 Sep 2008, Dennis Clarke wrote:
> > Is there a way perhaps to update this page automagically? Maybe even
> > a web based submission form with a a backend MySQL database ? I am
> > thinking tha
On Mon, 3 Nov 2008, Jonathan Grant wrote:
> Perhaps GCC could use @example rather than @smallexample ?
Consistent use of @smallexample comes from changes made for the printed
manual published by GNU Press. GNU Press hasn't exactly been cooperative
with the GCC community in merging their change
"Edward Peschko" <[EMAIL PROTECTED]> writes:
> wrt the below, I was giving it some thought, and was wondering how
> usable the gcc lexer/parser combo was by itself, how 'pluggable' it
> was - my hope was that I could take the lexer/parser and instead of
> making an executable out of the incoming c
Hi,
Icc will introduce to support intrinsics for current and
future instruction sets,
starting with AVX. We will submit a patch to implement ,
which will look like:
---
#ifndef _IMMINTRIN_H_INCLUDED
#define _IMMINTRIN_H_INCLUDED
#ifdef __MMX__
#include
#endif
#ifdef __SSE__
#include
#endif
Does @smallexample come out as 8pt or so? It definitely looks
smaller than 10pt on my screen.
It comes out as whatever your browser tells it to, hopefully depending
on what font size you have set. This is why different users see
different things. The effect should be similar to using
...
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Mon, Nov 03, 2008 at 01:00:31PM -, Jonathan Grant wrote:
> Hello Karl,
[...]
> Perhaps GCC could use @example rather than @smallexample ?
[lurker's opinion here, so take with appropriate amount of salt]
I concur with Karl here. It's the comb
11 matches
Mail list logo