diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2010-01-25 12:47:40 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2010-01-25 12:47:40 +0000 |
commit | ed7f2503ea1b33fadb8f6aa5a538473ef3c58cab (patch) | |
tree | f5569a9fffa5a7e0df14fc704e81143e2d185ea4 /powerpc | |
parent | 307da4d1fb744bb3c66e5a43acd7702f0ce1b7ac (diff) |
Updated ARM port
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1232 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'powerpc')
-rw-r--r-- | powerpc/extractionMachdep.v | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/powerpc/extractionMachdep.v b/powerpc/extractionMachdep.v index 46c40ca..83fda76 100644 --- a/powerpc/extractionMachdep.v +++ b/powerpc/extractionMachdep.v @@ -12,6 +12,9 @@ (* Additional extraction directives specific to the PowerPC port *) +(* Selection *) +Extract Constant SelectOp.use_fused_mul => "(fun () -> !Clflags.option_fmadd)". + (* Asm *) Extract Constant Asm.low_half => "fun _ -> assert false". Extract Constant Asm.high_half => "fun _ -> assert false". |