Add shared library targets.

Fix a grammo from a previous CL.

Change-Id: Icc683d3a73a542519a6ccefc0f653664f236c24b
This commit is contained in:
Sameer Agarwal
2012-07-16 20:40:25 -07:00
parent 45ccb51701
commit 1d7c49224a
2 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ struct Jet {
// gets allocated on the stack and as part of other arrays and
// structs. Forcing the right alignment there is the source of much
// pain and suffering. Even if that works, passing Jets around to
// functions by value has problem because the C++ ABI does not
// functions by value has problems because the C++ ABI does not
// guarantee alignment for function arguments.
//
// Setting the DontAlign bit prevents Eigen from using SSE for the