comparison align8.h @ 5:5f3c32dc6e17

* Adjust comment syntax to permit Doxygen to generate HTML documentation; add Doxyfile
author Chris Cannam
date Wed, 06 Oct 2010 15:19:49 +0100
parents 6422640a802f
children 977f541d6683
comparison
equal deleted inserted replaced
4:92ee28024c05 5:5f3c32dc6e17
1 //--------------------------------------------------------------------------- 1 //---------------------------------------------------------------------------
2 2
3 #ifndef align8H 3 #ifndef align8H
4 #define align8H 4 #define align8H
5 5
6 /* 6 /**
7 align8.cpp - 8-byte (64-bit) alignment routines. 7 \file align8.h - 8-byte (64-bit) alignment routines.
8 8
9 This file provides tools for aligning boundaries of arrays, particularly of 64-byte units, e.g. double- 9 This file provides tools for aligning boundaries of arrays, particularly of 64-byte units, e.g. double-
10 precision floating points, to physical addresses divisible by 8, including aligning dynamically 10 precision floating points, to physical addresses divisible by 8, including aligning dynamically
11 allocated memory block and aligning call stack. Currently stack alignment is disabled due to lack 11 allocated memory block and aligning call stack. Currently stack alignment is disabled due to lack
12 of compiler support for Intel assembly. 12 of compiler support for Intel assembly.