ALT Linux Team development discussions
 help / color / mirror / Atom feed
* Re: [devel] [Sisyphus-cybertalk] I: Sisyphus-20060402 local download: +2
  @ 2006-04-02  8:22 ` Konstantin A. Lepikhov
  2006-04-02  8:30   ` Valery V. Inozemtsev
  0 siblings, 1 reply; 6+ messages in thread
From: Konstantin A. Lepikhov @ 2006-04-02  8:22 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 486 bytes --]

Hi QA!

Sunday 02, at 12:08:02 AM you wrote:

> List of files which have been downloaded from the "local" incoming:
> 
> Mesa-6.5-alt1.src.rpm
> xorg-x11-server-1.0.2-alt3.src.rpm
Эта сборка Mesa учитывает arch-specific оптимизацию?

-- 
WBR, Konstantin	      chat with ==>ICQ: 109916175
     Lepikhov,	      speak  to ==>JID: lakostis@jabber.org
aka L.A. Kostis       write  to ==>mailto:lakostis@pisem.net.nospam

...The information is like the bank... 			  (c) EC8OR

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] [Sisyphus-cybertalk] I: Sisyphus-20060402 local download: +2
  2006-04-02  8:22 ` [devel] [Sisyphus-cybertalk] I: Sisyphus-20060402 local download: +2 Konstantin A. Lepikhov
@ 2006-04-02  8:30   ` Valery V. Inozemtsev
  2006-04-02  8:38     ` Konstantin A. Lepikhov
  0 siblings, 1 reply; 6+ messages in thread
From: Valery V. Inozemtsev @ 2006-04-02  8:30 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 359 bytes --]

В сообщении от 2 апреля 2006 12:22 Konstantin A. Lepikhov написал(a):
> Hi QA!
>
> Sunday 02, at 12:08:02 AM you wrote:
> > List of files which have been downloaded from the "local" incoming:
> >
> > Mesa-6.5-alt1.src.rpm
> > xorg-x11-server-1.0.2-alt3.src.rpm
>
> Эта сборка Mesa учитывает arch-specific оптимизацию?

конкретизируй

-- 
Valery V. Inozemtsev

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] [Sisyphus-cybertalk] I: Sisyphus-20060402 local download: +2
  2006-04-02  8:30   ` Valery V. Inozemtsev
@ 2006-04-02  8:38     ` Konstantin A. Lepikhov
  2006-04-02  8:44       ` Valery V. Inozemtsev
  0 siblings, 1 reply; 6+ messages in thread
From: Konstantin A. Lepikhov @ 2006-04-02  8:38 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 1013 bytes --]

Hi Valery!

Sunday 02, at 12:30:15 PM you wrote:

> В сообщении от 2 апреля 2006 12:22 Konstantin A. Lepikhov написал(a):
> > Hi QA!
> >
> > Sunday 02, at 12:08:02 AM you wrote:
> > > List of files which have been downloaded from the "local" incoming:
> > >
> > > Mesa-6.5-alt1.src.rpm
> > > xorg-x11-server-1.0.2-alt3.src.rpm
> >
> > Эта сборка Mesa учитывает arch-specific оптимизацию?
> 
> конкретизируй
в моем .spec есть следующее:

%build
%ifarch %ix86
%make_build linux-dri-x86
%else
%ifarch x86_64
%make_build linux-dri-x86-64
%else
%make_build linux-dri
%endif
%endif

Но из-за этого пришлось отключить проверку на TEXTREL:

%install
%set_strip_method executable,shared
%set_verify_elf_method textrel=relaxed,rpath=strict
...

-- 
WBR, Konstantin	      chat with ==>ICQ: 109916175
     Lepikhov,	      speak  to ==>JID: lakostis@jabber.org
aka L.A. Kostis       write  to ==>mailto:lakostis@pisem.net.nospam

...The information is like the bank... 			  (c) EC8OR

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] [Sisyphus-cybertalk] I: Sisyphus-20060402 local download: +2
  2006-04-02  8:38     ` Konstantin A. Lepikhov
@ 2006-04-02  8:44       ` Valery V. Inozemtsev
  2006-04-02  8:55         ` Konstantin A. Lepikhov
  0 siblings, 1 reply; 6+ messages in thread
From: Valery V. Inozemtsev @ 2006-04-02  8:44 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 977 bytes --]

В сообщении от 2 апреля 2006 12:38 Konstantin A. Lepikhov написал(a):
> Hi Valery!
>
> Sunday 02, at 12:30:15 PM you wrote:
> > В сообщении от 2 апреля 2006 12:22 Konstantin A. Lepikhov написал(a):
> > > Hi QA!
> > >
> > > Sunday 02, at 12:08:02 AM you wrote:
> > > > List of files which have been downloaded from the "local" incoming:
> > > >
> > > > Mesa-6.5-alt1.src.rpm
> > > > xorg-x11-server-1.0.2-alt3.src.rpm
> > >
> > > Эта сборка Mesa учитывает arch-specific оптимизацию?
> >
> > конкретизируй
>
> в моем .spec есть следующее:

щас там
%build
%make_build linux-dri

>
> %build
> %ifarch %ix86
> %make_build linux-dri-x86
> %else
> %ifarch x86_64
> %make_build linux-dri-x86-64
> %else
> %make_build linux-dri
> %endif
> %endif

и что это дает? точнее многое ли это дает

>
> Но из-за этого пришлось отключить проверку на TEXTREL:
>
> %install
> %set_strip_method executable,shared
> %set_verify_elf_method textrel=relaxed,rpath=strict
> ...

-- 
Valery V. Inozemtsev

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] [Sisyphus-cybertalk] I: Sisyphus-20060402 local download: +2
  2006-04-02  8:44       ` Valery V. Inozemtsev
@ 2006-04-02  8:55         ` Konstantin A. Lepikhov
  2006-04-02 10:39           ` Valery V. Inozemtsev
  0 siblings, 1 reply; 6+ messages in thread
From: Konstantin A. Lepikhov @ 2006-04-02  8:55 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 732 bytes --]

Hi Valery!

Sunday 02, at 12:44:45 PM you wrote:

> > %build
> > %ifarch %ix86
> > %make_build linux-dri-x86
> > %else
> > %ifarch x86_64
> > %make_build linux-dri-x86-64
> > %else
> > %make_build linux-dri
> > %endif
> > %endif
> 
> и что это дает? точнее многое ли это дает
Если включена asm-оптимизация, то для каждой архитектуры включается своя
реализация glapi (поддерживается MMX/SSE/SSE2/3DNOW! и x86-64 asm).
По-скорости выигрыш получается очень даже ощутимый.

-- 
WBR, Konstantin	      chat with ==>ICQ: 109916175
     Lepikhov,	      speak  to ==>JID: lakostis@jabber.org
aka L.A. Kostis       write  to ==>mailto:lakostis@pisem.net.nospam

...The information is like the bank... 			  (c) EC8OR

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] [Sisyphus-cybertalk] I: Sisyphus-20060402 local download: +2
  2006-04-02  8:55         ` Konstantin A. Lepikhov
@ 2006-04-02 10:39           ` Valery V. Inozemtsev
  0 siblings, 0 replies; 6+ messages in thread
From: Valery V. Inozemtsev @ 2006-04-02 10:39 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 641 bytes --]

В сообщении от 2 апреля 2006 12:55 Konstantin A. Lepikhov написал(a):
> Hi Valery!
>
> Sunday 02, at 12:44:45 PM you wrote:
> > > %build
> > > %ifarch %ix86
> > > %make_build linux-dri-x86
> > > %else
> > > %ifarch x86_64
> > > %make_build linux-dri-x86-64
> > > %else
> > > %make_build linux-dri
> > > %endif
> > > %endif
> >
> > и что это дает? точнее многое ли это дает
>
> Если включена asm-оптимизация, то для каждой архитектуры включается своя
> реализация glapi (поддерживается MMX/SSE/SSE2/3DNOW! и x86-64 asm).
> По-скорости выигрыш получается очень даже ощутимый.

уболтал, черт языкастый... будет в alt2

-- 
Valery V. Inozemtsev

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-04-02 10:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-02  8:22 ` [devel] [Sisyphus-cybertalk] I: Sisyphus-20060402 local download: +2 Konstantin A. Lepikhov
2006-04-02  8:30   ` Valery V. Inozemtsev
2006-04-02  8:38     ` Konstantin A. Lepikhov
2006-04-02  8:44       ` Valery V. Inozemtsev
2006-04-02  8:55         ` Konstantin A. Lepikhov
2006-04-02 10:39           ` Valery V. Inozemtsev

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git