mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Add shared library targets.
Fix a grammo from a previous CL. Change-Id: Icc683d3a73a542519a6ccefc0f653664f236c24b
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user