racket/racket
Matthew Flatt 44e324db12 ARM JIT: fix test for VFP
Having `__VFP_FP__` defined does not mean that VFP instructions are
available; it just means that floating-point is native-endian.

According to

 https://wiki.debian.org/ArmEabiPort

the absence of `__SOFTFP__` combined with the precense of `__VFP_FP__`
can mean VFP, though.
2013-08-25 12:54:04 -06:00
..
collects fix `{put,head}-[im]pure-port' 2013-08-24 15:21:06 -06:00
src ARM JIT: fix test for VFP 2013-08-25 12:54:04 -06:00
.gitignore configure installation of man pages 2013-07-22 13:21:09 -06:00