Displaying 6 results from an estimated 6 matches for "diter".
Did you mean:
iter
2014 Jul 23
4
[LLVMdev] the clang 3.5 loop optimizer seems to jump in unintentional for simple loops
...SIZE; ++i){ array[i] = *argv[i]; }
int dummy = the_func(array);
delete[] array;
return dummy;
}
----
compiled with gcc 4.9.1 and clang 3.5
with clang3.5 + #define ITER the_func contains masses of code
the code in main is also sometimes different (not just inlined) to the_func
clang -DITER -O2
clang -DITER -O3
gives:
the_func:
leaq 12(%rdi), %rcx
leaq 4(%rdi), %rax
cmpq %rax, %rcx
cmovaq %rcx, %rax
movq %rdi, %rsi
notq %rsi
addq %rax, %rsi
shrq $2, %rsi
incq %rsi
xorl %edx, %edx
movabsq...
2006 Mar 22
9
Display problem
hey guys,
Does anyone know why the french letter "?" is displayed as a question
mark "?" inside an <h1> tag ?
--
Posted via http://www.ruby-forum.com/.
2011 Jan 04
1
isolinux, extlinux and accented characters
Hello,
First of all, thanks very much for this piece of software, it's working
like a charm.
I'm using it to boot a Linux distro I'm working on.
What I want to deal with is the display of accented characters in ISOLINUX.
First, I set EXTLINUX up to boot an ext2-formatted USB stick. No problem
so far.
I wrote a config file ordering to load a font (lat-9w) to display french
2008 Mar 15
0
Naissance de fr.centos.org / Birth of fr.centos.org
...aux volontaires
pour traduire le wiki existant (http://wiki.centos.org) ;-)
Pour se faire, il suffit de vous inscrire dans un premier temps ? la
liste de diffusion centos-docs (sur http://lists.centos.org) et de vous
cr?er un identifiant/login sur le wiki.
Demandez ensuite l'autorisation d'?diter les pages en dessous de
http://wiki.centos.org/fr ...
Nous tenons tout particuli?rement ? remercer Guillaume Kulawoski qui est
? la base de l'id?e et la mise en place du forum , ainsi que Thierry
Delmonte pour la conception graphique.
A bient?t sur fr.centos.org !
--
Fabian Arrotin <fabia...
2012 Nov 06
50
chain.c32 (and partiter) updates v2
This is a bit updated set of chain.c32 changes that simplifies a few things
(and in partiter part), fixes few minor issues and adds a few new features.
Details are in the following commits, below is the summary and pull details at
the end.
Shao - any chance to peek over them ? Most of those are relatively simple
changes and well tested, though of course something might have slipped my
attention.
2013 May 24
7
Display borked when loading FONT
...nu color timeout * #c0ffffff #00000000 *
# Image d'arri?re-plan :
MENU BACKGROUND syslinux.png
# La police :
FONT lat9w16.psf
# Titre du menu :
MENU TITLE Syst?me 0 Linux
# On remplace le message anglophone "Press [tab] to edit options."
MENU TABMSG Appuyez sur TAB pour ?diter les options de d?marrage
# Message d'attente :
MENU AUTOBOOT Lancement automatique dans # seconde{,s}...
# 0 Linux :
LABEL 0
MENU LABEL 0Linux
LINUX ../noyau-3.8.1
APPEND ro vt.default_utf8=1 root=/dev/sda3
LABEL 0TEST
MENU LABEL 0Linux test
LINUX ../noyau-3.5.4...