Project

General

Profile

Actions

Feature #10087

closed

[PATCH] Specifying "target_cpu" for structure packing in ppc64

Added by gustavo.pedrosa (Gustavo Frederico Temple Pedrosa) over 9 years ago. Updated over 9 years ago.

Status:
Closed
Target version:
[ruby-core:63983]

Description

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) packed_struct_ppc64.patch gustavo.pedrosa (Gustavo Frederico Temple Pedrosa), 07/23/2014 04:58 PM

Updated by nobu (Nobuyoshi Nakada) over 9 years ago

  • Status changed from Open to Closed

r46915

Actions

Also available in: Atom PDF

Like0
Like0