ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Alexey Rusakov <ktirf@altlinux.org>
To: ALT Linux Sisyphus discussions <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] Странности при переходе объединении двух целых в вещественное на x86_64
Date: Thu, 06 Aug 2009 01:34:41 +0400
Message-ID: <1249508082.10189.23.camel@latitude.localdomain> (raw)
In-Reply-To: <4A79BC9B.20207@diyaorg.dp.ua>

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

В Срд, 05/08/2009 в 20:08 +0300, Roman Savochenko пишет:
> Приветствую Всех
> 
> Имеется некая целевая задачка собрать из двух 16-разрядных целых 
> вещественное (float), 32 разряда.
> Казалось-бы тривиальная задача, которая решается кодом типа
> int w1 = 62915, w2 = 16456;
> ui32 vl = ((w2&0xffff)<<16) | w1&0xffff;
> //sleep(1);
> printf("TEST 00: %f\n",*(float*)&vl);
> 
> И как ожидалось на x86_32 он работает корректно при различной нагрузке.
> А вот на x86_64 замечается ситуация когда вместо 3.14 получаем ноль.
> Причём в тестовой программке с единственным потоком всё работает 
> нормально, а на высоконагруженном процессе с десятками потоков, из 
> которых около пяти работают с периодом 5мс. устойчиво получатся 0.
> Если раскомментирую sleep, то получаю номальный результат 3.14.
> 
> Кто нибуть может такое поведение объяснить?
Объяснить не могу, но поиграйтесь с опциями отладки и оптимизации(-O,
-g) и смотрите объектный код, генерируемый компилятором (-S).

-- 
  Alexey "Ktirf" Rusakov
  GNOME Project
  ALT Linux Team

[-- Attachment #2: Эта часть сообщения подписана цифровой подписью --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

  reply	other threads:[~2009-08-05 21:34 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-05 17:08 Roman Savochenko
2009-08-05 21:34 ` Alexey Rusakov [this message]
2009-08-06  7:17   ` Roman Savochenko
2009-08-06  7:59     ` Alexey Rusakov
2009-08-06 16:21     ` Michael Shigorin
2009-08-06 21:10       ` Michael Shigorin
2009-08-06 18:12 ` Kirill A. Shutemov
2009-08-07  5:49   ` Roman Savochenko
2009-08-07  6:28     ` Yuriy Kashirin
2009-08-07  6:31     ` Kirill A. Shutemov
2009-08-07  7:14       ` Roman Savochenko
2009-08-07  7:35         ` Kirill A. Shutemov
2009-08-07  8:14           ` Roman Savochenko
2009-08-07  8:54             ` Kirill A. Shutemov
2009-08-07  8:57               ` Roman Savochenko
2009-08-07  9:14                 ` Kirill A. Shutemov
2009-08-07  8:58               ` Alexey Rusakov
2009-08-07  9:02               ` Roman Savochenko
2009-08-07  9:17                 ` Alexey Rusakov
2009-08-07 12:59                   ` Serge Ryabchun
2009-08-07 13:15                     ` Alexey Rusakov
2009-08-07 15:43                     ` Kirill A. Shutemov
2009-08-13 16:04                         ` Kirill A. Shutemov
2009-08-17 15:48                             ` Alexander Bokovoy
2009-08-17 20:47                             ` [sisyphus] ufraw/liblensfun/etc vs gcc Dmitry V. Levin
2009-08-17 21:25                                 ` Dmitry V. Levin
2009-08-18  8:40                                   ` Anton V. Boyarshinov
2009-08-19  0:41                             ` [sisyphus] liblensfun vs g++ Dmitry V. Levin
2009-08-19  8:27                               ` Sergey Vlasov
2009-08-19  8:33                                 ` Damir
2009-08-19 23:10                                   ` Dmitry V. Levin
2009-08-17 22:39                           ` [sisyphus] liblensfun Dmitry V. Levin
2009-08-18 23:18                             ` Dmitry V. Levin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1249508082.10189.23.camel@latitude.localdomain \
    --to=ktirf@altlinux.org \
    --cc=sisyphus@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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