VIXL Release 1.10

Refer to the README.md and LICENCE files for details.
diff --git a/examples/examples.h b/examples/examples.h
index 8c51589..8221011 100644
--- a/examples/examples.h
+++ b/examples/examples.h
@@ -115,5 +115,9 @@
 // This is the example used in doc/getting-started.txt
 void GenerateDemoFunction(MacroAssembler *masm);
 
+// This function generates and runs code that uses literals to sum the `a` and
+// `b` inputs.
+int64_t LiteralExample(int64_t a, int64_t b);
+
 
 #endif /* !VIXL_EXAMPLE_EXAMPLES_H_ */