mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/rbconfig/sizeof/extconf.rb: Check __float80.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e521b916ec
commit
07a296cead
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
Wed Jun 17 20:23:29 2015 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* ext/rbconfig/sizeof/extconf.rb: Check __float80.
|
||||
|
||||
Wed Jun 17 15:15:53 2015 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* safe.c (safe_setter): of course, don't have to warn the limitation of
|
||||
|
|
|
|||
|
|
@ -35,5 +35,6 @@ check_sizeof('_Decimal64') # x86_64 ABI
|
|||
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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue