From d389819eea3a84e388935153e3be847342809da3 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Mon, 18 Jan 2016 00:37:40 -0500 Subject: Convert all Unicode to ASCII(128) --- porting/code_tuning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'porting/code_tuning.rst') diff --git a/porting/code_tuning.rst b/porting/code_tuning.rst index 8090cab..e28bdd7 100644 --- a/porting/code_tuning.rst +++ b/porting/code_tuning.rst @@ -87,7 +87,7 @@ Data Alignment Requirements Data Element Alignment ---------------------- -The CPU_ALIGNMENT macro should be set to the CPU’s worst alignment +The CPU_ALIGNMENT macro should be set to the CPU's worst alignment requirement for data types on a byte boundary. This is typically the alignment requirement for a C double. This alignment does not take into account the requirements for the stack. -- cgit v1.2.3