X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fnestedvm%2FCompiler.java;fp=src%2Forg%2Fibex%2Fnestedvm%2FCompiler.java;h=7a1eb4387f31f296acbe6c84e7ff47f38aa35b0f;hp=089778998168f5d65017281baec6c6a2762b7e9a;hb=6ca8e846620f8c46811c8417b6f9b7f05d79a706;hpb=efc2be846f690aee919c3172737faca7e26950a5 diff --git a/src/org/ibex/nestedvm/Compiler.java b/src/org/ibex/nestedvm/Compiler.java index 0897789..7a1eb43 100644 --- a/src/org/ibex/nestedvm/Compiler.java +++ b/src/org/ibex/nestedvm/Compiler.java @@ -425,7 +425,8 @@ public abstract class Compiler implements Registers { "pageSize", "The page size (must be a power of two)", "totalPages", "Total number of pages (total mem = pageSize*totalPages, must be a power of two)", "onePage", "One page hack (FIXME: document this better)", - "lessConstants", "Use less constants at the cost of speed (FIXME: document this better)" + "lessConstants", "Use less constants at the cost of speed (FIXME: document this better)", + "singleFloat", "Support single precision (32-bit) FP ops only" }; private Option getOption(String name) {