Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2009-12-14 05:27:00 +0300
committerDavid Schleef <ds@schleef.org>2009-12-14 05:27:00 +0300
commit7f7782c21fcc285077bb25a11565bf70096db741 (patch)
tree8d768e550246fe6a4284838b85dade8a0ad2e704 /RELEASE
parent8930658762b04a4d179cb5c0d2c638dc60bdb942 (diff)
updated release notes
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE24
1 files changed, 24 insertions, 0 deletions
diff --git a/RELEASE b/RELEASE
index f358265..00a80cf 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,4 +1,28 @@
+0.4.3
+=====
+
+New opcodes: all the 32-bit float opcodes from the orc-float
+library have been moved into the core library.
+
+New opcodes: splitlw and splitwb, which are equivalent to
+select0lw, select1lw, select0wb, and select1wb, except that
+the new opcodes split a value into two destinations in one
+opcode.
+
+New backend: c64x-c, for the TI C64x+ DSP. This backend only
+produces source code, unlike other backends which can produce
+both source and binary code. Generating code for this backend
+can be done using 'orcc --assembly --target=c64x-c'.
+
+Orc now understands and can generate code for two-dimensional
+arrays. If the size of the array is known at compile time,
+this information can be used to improve generated code.
+
+Various improvements to the ARM backend by Wim Taymans. The
+ARM backend is still experimental.
+
+
0.4.2
=====