aboutsummaryrefslogtreecommitdiffhomepage
path: root/AUTHORS
diff options
context:
space:
mode:
authorGravatar marco.diiga <marco.diiga@gmail.com>2016-03-21 06:04:43 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-21 06:04:43 -0700
commitf8ee67edb8e5fed34bf4d5208bce89ea8be1ac1e (patch)
tree29872f02ba09786d8a72419ca15c186d4eae95ad /AUTHORS
parent2c9c469cc91716c3b3637562b62b549016a9967f (diff)
Fix for unaligned automatic variable address in SSE routines. This used to work on linux but crashed on windows when rendering antialiased glyphs. I tracked the problem down to an alignment issue.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 4b3c09ed9c..893569c3b4 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -39,3 +39,4 @@ Thiago Fransosi Farina <thiago.farina@gmail.com>
Jose Mayol <jei.mayol@gmail.com>
Linaro <*@linaro.org>
Christian Plesner Hansen <plesner@t.undra.org>
+Marco Alesiani <marco.diiga@gmail.com> \ No newline at end of file