summaryrefslogtreecommitdiff
path: root/libm/metag/internal.h
diff options
context:
space:
mode:
authorMarkos Chandras <markos.chandras@imgtec.com>2009-11-26 10:20:01 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-03-14 22:47:04 +0100
commitcf349fcbb555b77f22d96fe3a7b25579337ab989 (patch)
treefd6cd3d86148ab0757c2531c2e0be68c690598ad /libm/metag/internal.h
parent22686a1383c4a4a319eaaa6b16b1a9540114bd66 (diff)
libm: Add support for the Meta architecture
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libm/metag/internal.h')
-rw-r--r--libm/metag/internal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libm/metag/internal.h b/libm/metag/internal.h
new file mode 100644
index 000000000..77297727b
--- /dev/null
+++ b/libm/metag/internal.h
@@ -0,0 +1,7 @@
+/*
+ * Copyright (C) 2013 Imagination Technologies Ltd.
+ *
+ * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
+ */
+
+void metag_set_fpu_flags(unsigned int flags);