CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 10:09:58 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"1393c88e9d12f5221d5783fea01f7b7a"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=dhQO49%2F7HfqxCygn4oNXmlsL6Bv2bxW0tgUOj2ANWwavSVou7hV5QJLkAETupcqmXjx1mu%2Br%2FqVgZ2sSylU8ktQrHkUmRdD4J4c9pW5YTyXD9p3y1wXeaVTvT7noY1UfeiteQyWaDaE%2BaS4f8OwK1SfXn0IfbmhB2EgK%2Bbiiv0Hcey2OD0lOWG7DYH3Tjevn9oLMREzqRWELmWCjuG7ojthzFhg5zJUBLsNi%2BeCvDDnIox1WZWEy9NBBcpKr5lnJ1dI3SsbbDF%2B031VV7PMN%2FA%3D%3D--4JKUqhzviskgb4C4--TyBiBCrydgqDICA5Kj605w%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.470977758.1753265397; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 10:09:57 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 10:09:57 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 8C2E:2DEF93:8F7351:AE276F:6880B4F5
Tags · ARM-software/CMSIS-DSP · GitHub
Toggle v1.16.2's commit message
Toggle v1.16.1's commit message
Toggle v1.16.0's commit message
Toggle v1.15.0's commit message
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 185
Tags: ARM-software/CMSIS-DSP
Tags
v1.16.2
* Improvements to documentation * Added arm_fir_decimate_f64 * Removed some gcc workarounds that are no more needed for Helium * Removed redundant test in arm_atan2_q15 and arm_atan2_q31 * Replaced INFINITY by maximum positive float * Replaced hex constants with 2's complement equivalents * Added C++ template extension (outside of pack - headers available from github repository) * Added new compilation defines (ARM_DSP_ATTRIBUTE, ARM_DSP_TABLE_ATTRIBUTE and ARM_DSP_CUSTOM_CONFIG) * Solved several github issues * Corrected wrong version number in pack for v1.16.0 * Corrected issue #201 in v1.16.1 (related to new ARM_DSP_ATTRIBUTE)
v1.16.1
* Improvements to documentation * Added arm_fir_decimate_f64 * Removed some gcc workarounds that are no more needed for Helium * Removed redundant test in arm_atan2_q15 and arm_atan2_q31 * Replaced INFINITY by maximum positive float * Replaced hex constants with 2's complement equivalents * Added C++ template extension (outside of pack - headers can be got from github * repository) * Added new compilation defines (ARM_DSP_ATTRIBUTE, ARM_DSP_TABLE_ATTRIBUTE and ARM_DSP_CUSTOM_CONFIG) * Solved several github issues
v1.16.0
v1.16.0 release * Improvements to documentation * Added arm_fir_decimate_f64 * Removed some gcc workarounds that are no more needed for Helium * Removed redundant test in atan2_q15 and q31 * Replaced INFINITY by maximum positive float * Replaced hex constants with 2's complement equivalents * Added C++ template extension (outside of pack - headers can be got from github * repository) * Solved issue #198 * Solved issue #197 * Solved issue #197 * Solved issue #98 * Solved issue #195 * Solved issue #180 * Solved issue #191 * Solved issue #189 * Solved issue #188 * Solved issue #187 * Solved issue #178 * Solved issue #184 * Solved issue #183 * Solved issue #172 * Solved issue #170 * Solved issue #165 * Solved issue #156 * Solved issue #164 * Solved issue #163 * Solved issue #160 * Solved issue #159 * Solved issue #146 * Solved issue #145 * Solved issue #133 * Solved issue #144 * Solved issue #142 * Solved issue #141 * Solved issue #140 * Solved issue #139 * Solved issue #138 * Solved issue #135 * Solved issue #131 * Solved issue #118 * Solved issue #124 * Solved issue #99
v1.15.0
v1.15.0 * Switched to semantic versioning * Corrections to MFCC * Updated support for cmsis build tools 2.0 * Compute graph removed. It is now part of CMSIS-Stream * Github issues: * 95,96,105,106,108,111,112 * New FFT initializations to allow linker to do code size optimizations * If you know the size of the transform at build time, prefer functions like arm_cfft_init_64_q15 to functions like arm_cfft_init_q15. It applies for CFFT, RFFT and MFCC and other datatypes.
PreviousNext
You can’t perform that action at this time.