[Numpy-svn] [numpy/numpy] d6278b: MAINT: replace bytewise copy with memcpy

GitHub noreply at github.com
Fri Oct 10 14:56:24 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: d6278bdc47d12acc5d3edfad3ad0654055f77737
      https://github.com/numpy/numpy/commit/d6278bdc47d12acc5d3edfad3ad0654055f77737
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M numpy/core/include/numpy/npy_cpu.h

  Log Message:
  -----------
  MAINT: replace bytewise copy with memcpy

memcpy takes care of unaligned memory and is inlined by the compiler,
there is no need for own code.


  Commit: 8e113c9844b8760f9ce089ef774d46f06fdc7e82
      https://github.com/numpy/numpy/commit/8e113c9844b8760f9ce089ef774d46f06fdc7e82
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M numpy/core/include/numpy/npy_cpu.h

  Log Message:
  -----------
  Merge pull request #5169 from juliantaylor/pyobjcopy-simplification

MAINT: replace bytewise copy with memcpy


Compare: https://github.com/numpy/numpy/compare/6457686e8fd5...8e113c9844b8


More information about the Numpy-svn mailing list