Skip to content

Commit

Permalink
Merge pull request #1665 from stefanbuettner/aligned_malloc-issue#1651
Browse files Browse the repository at this point in the history
Fixes issue #1651: aligned_malloc does not always return aligned memory
  • Loading branch information
SergioRAgostinho authored Aug 18, 2016
2 parents 7a33b57 + 39cb8b6 commit 2733a25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common/include/pcl/pcl_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,6 @@ log2f (float x)

#if defined(__APPLE__) || defined(_WIN64) || GLIBC_MALLOC_ALIGNED || FREEBSD_MALLOC_ALIGNED
#define MALLOC_ALIGNED 1
#else
#define MALLOC_ALIGNED 0
#endif

inline void*
Expand Down

0 comments on commit 2733a25

Please sign in to comment.