paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [paparazzi/paparazzi] 8f341f: [lib/ocaml] fix float


From: GitHub
Subject: [paparazzi-commits] [paparazzi/paparazzi] 8f341f: [lib/ocaml] fix float conversion on ARM
Date: Mon, 29 Apr 2013 04:58:34 -0700

  Branch: refs/heads/master
  Home:   https://github.com/paparazzi/paparazzi
  Commit: 8f341f01fff69556f6a13dae74d4a5b54b1cbea1
      
https://github.com/paparazzi/paparazzi/commit/8f341f01fff69556f6a13dae74d4a5b54b1cbea1
  Author: Felix Ruess <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M sw/lib/ocaml/convert.c

  Log Message:
  -----------
  [lib/ocaml] fix float conversion on ARM

On architectures/platforms where doubles need to be aligned,
link was throwing a Bus error since the floats in the received message are not 
aligned.
Now it just copies floats/doubles byte by byte to avoid this issue.

This should fix #421




reply via email to

[Prev in Thread] Current Thread [Next in Thread]