From: v.ondruch@... Date: 2014-12-18T12:34:30+00:00 Subject: [ruby-core:66948] [ruby-trunk - Bug #10120] [Closed] TestSprintf#test_float still an issue Issue #10120 has been updated by Vit Ondruch. Status changed from Feedback to Closed Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN to 2.0.0: REQUIRED, 2.1: REQUIRED This should be resolved by r48844 according to [1]. [1] https://bugs.ruby-lang.org/issues/10553#note-14 ---------------------------------------- Bug #10120: TestSprintf#test_float still an issue https://bugs.ruby-lang.org/issues/10120#change-50491 * Author: Vit Ondruch * Status: Closed * Priority: Normal * Assignee: Nobuyoshi Nakada * Category: * Target version: * ruby -v: ruby 2.0.0p353 (2013-11-22 revision 43784) [i686-linux] * Backport: 2.0.0: REQUIRED, 2.1: REQUIRED ---------------------------------------- The fix for #8358 is build time solution. Unfortunately it turns out that this does not work so well for for distributions such as Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1101811 The issues is that the SSE2 support is determined during build time, i.e. if builder supports SSE2, then the instructions are enabled. However, later when the packaged Ruby is executed on platform which does not support SSE2, it may result in issues as described in the above mentioned ticket. Is there some way, how to resolve this issue in runtime rather than build time? -- https://bugs.ruby-lang.org/