Mercurial > hg > x
diff align8.h @ 12:4b35f8ac5113
Fix: do not synthesize sinusoids above Nyqvist freq.
author | wenx <xue.wen@eecs.qmul.ac.uk> |
---|---|
date | Fri, 12 Aug 2011 18:10:46 +0100 |
parents | 977f541d6683 |
children |
line wrap: on
line diff
--- a/align8.h Wed Aug 10 12:33:35 2011 +0100 +++ b/align8.h Fri Aug 12 18:10:46 2011 +0100 @@ -18,7 +18,7 @@ /** \file align8.h - 8-byte (64-bit) alignment routines. - This file provides tools for aligning boundaries of arrays, particularly of 64-byte units, e.g. double- + This file provides tools for aligning boundaries of arrays, particularly of 64-bit units, e.g. double- precision floating points, to physical addresses divisible by 8, including aligning dynamically allocated memory block and aligning call stack. Currently stack alignment is disabled due to lack of compiler support for Intel assembly.