comparison 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
comparison
equal deleted inserted replaced
11:977f541d6683 12:4b35f8ac5113
16 #define align8H 16 #define align8H
17 17
18 /** 18 /**
19 \file align8.h - 8-byte (64-bit) alignment routines. 19 \file align8.h - 8-byte (64-bit) alignment routines.
20 20
21 This file provides tools for aligning boundaries of arrays, particularly of 64-byte units, e.g. double- 21 This file provides tools for aligning boundaries of arrays, particularly of 64-bit units, e.g. double-
22 precision floating points, to physical addresses divisible by 8, including aligning dynamically 22 precision floating points, to physical addresses divisible by 8, including aligning dynamically
23 allocated memory block and aligning call stack. Currently stack alignment is disabled due to lack 23 allocated memory block and aligning call stack. Currently stack alignment is disabled due to lack
24 of compiler support for Intel assembly. 24 of compiler support for Intel assembly.
25 25
26 Further reading: "Double precision floating point alignment issue.pdf" 26 Further reading: "Double precision floating point alignment issue.pdf"