1
0
Fork 0
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:
akr 2015-06-17 11:24:00 +00:00
parent e521b916ec
commit 07a296cead
2 changed files with 5 additions and 0 deletions

View file

@ -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')