summaryrefslogtreecommitdiff
path: root/Help/release/dev/adsp-platform-and-compilers.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/adsp-platform-and-compilers.rst')
-rw-r--r--Help/release/dev/adsp-platform-and-compilers.rst13
1 files changed, 0 insertions, 13 deletions
diff --git a/Help/release/dev/adsp-platform-and-compilers.rst b/Help/release/dev/adsp-platform-and-compilers.rst
deleted file mode 100644
index 396b29d4e7..0000000000
--- a/Help/release/dev/adsp-platform-and-compilers.rst
+++ /dev/null
@@ -1,13 +0,0 @@
-adsp-platform-and-compilers
----------------------------
-
-* The ADSP compiler (SHARC and Blackfin) now supports
- both CCES and VDSP++ installations,
- with required configuration now done in the compiler module itself
- rather than the Generic-ADSP platform module.
-
-* A dedicated ``ADSP`` platform has been added
- to replace the existing ``Generic-ADSP`` implementation.
- This features automatic detection of the latest CCES/VDSP++ install
- and compiler selection (``cc21k`` vs. ``ccblkfn``)
- based off of the :variable:`CMAKE_SYSTEM_PROCESSOR` variable.