[前][次][番号順一覧][スレッド一覧]

ruby-changes:38855

From: akr <ko1@a...>
Date: Wed, 17 Jun 2015 20:24:22 +0900 (JST)
Subject: [ruby-changes:38855] akr:r50936 (trunk): * ext/rbconfig/sizeof/extconf.rb: Check __float80.

akr	2015-06-17 20:24:00 +0900 (Wed, 17 Jun 2015)

  New Revision: 50936

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50936

  Log:
    * ext/rbconfig/sizeof/extconf.rb: Check __float80.

  Modified files:
    trunk/ChangeLog
    trunk/ext/rbconfig/sizeof/extconf.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 50935)
+++ ChangeLog	(revision 50936)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Jun 17 20:23:29 2015  Tanaka Akira  <akr@f...>
+
+	* ext/rbconfig/sizeof/extconf.rb: Check __float80.
+
 Wed Jun 17 15:15:53 2015  NAKAMURA Usaku  <usa@r...>
 
 	* safe.c (safe_setter): of course, don't have to warn the limitation of
Index: ext/rbconfig/sizeof/extconf.rb
===================================================================
--- ext/rbconfig/sizeof/extconf.rb	(revision 50935)
+++ ext/rbconfig/sizeof/extconf.rb	(revision 50936)
@@ -35,5 +35,6 @@ check_sizeof('_Decimal64') # x86_64 ABI https://github.com/ruby/ruby/blob/trunk/ext/rbconfig/sizeof/extconf.rb#L35
 check_sizeof('_Decimal128') # x86_64 ABI
 check_sizeof('__m64') # x86_64 ABI (optional)
 check_sizeof('__m128') # x86_64 ABI (optional)
+check_sizeof('__float80') # gcc x86
 
 create_makefile('rbconfig/sizeof')

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]