From: nobu@... Date: 2014-07-23T17:16:59+00:00 Subject: [ruby-core:63984] [ruby-trunk - Feature #10087] [Closed] [PATCH] Specifying "target_cpu" for structure packing in ppc64 Issue #10087 has been updated by Nobuyoshi Nakada. Status changed from Open to Closed r46915 ---------------------------------------- Feature #10087: [PATCH] Specifying "target_cpu" for structure packing in ppc64 https://bugs.ruby-lang.org/issues/10087#change-48002 * Author: Gustavo Frederico Temple Pedrosa * Status: Closed * Priority: Normal * Assignee: Nobuyoshi Nakada * Category: core * Target version: current: 2.2.0 ---------------------------------------- This change adds new "target_cpu" for structure packing in ppc64. ~~~ - [x86*|i?86|x64], [packed_struct_unaligned='PACKED_STRUCT(x)']) + [x86*|i?86|x64|powerpc64*|ppc64*], [packed_struct_unaligned='PACKED_STRUCT(x)']) ~~~ Note: The change is compatible with powerpc64 little endian (powerpc64le). ---Files-------------------------------- packed_struct_ppc64.patch (537 Bytes) -- https://bugs.ruby-lang.org/