1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

18 commits

Author SHA1 Message Date
Anthony Nicholls
05d5c94990
Native: Rename all native files for improved consistency 2023-04-04 19:54:29 +01:00
hogliux
5f48ca7269 DSP: Added SIMDRegister support for double precision floating point on arm 64-bit 2022-10-19 13:25:06 +02:00
Tom Poole
2ec861d99e Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
Tom Poole
dea3fe60e4 Update copyright banners 2022-04-04 12:36:32 +01:00
ed
009d685179 Updated all license headers 2020-06-29 08:30:22 +01:00
Tom Poole
894e7d2bd2 Updated all license headers 2020-04-23 17:30:39 +01:00
reuk
5f348c3040 Warnings: Add warning-wrangling header 2020-04-13 13:16:05 +01:00
reuk
327f817b9b Copyrights: Update commercial/gpl headers to be gpl-only 2020-04-09 15:22:56 +01:00
Zsolt Garamvolgyi
0e58d244aa DSP: Added SIMDRegister::truncate() 2019-03-26 11:48:56 +00:00
jules
38295f332b Converted some old typedefs to using declarations 2018-05-03 09:59:05 +01:00
hogliux
b719acf3e2 DSP: Fixed various undefined behavior in SIMDRegister 2018-04-26 21:35:26 +01:00
hogliux
bb78ed2006 Make sure that a recent dsp compiler warnings fix is only applied to newer gcc versions 2018-04-23 15:22:26 +01:00
hogliux
d7528138cb DSP SIMD: Fixed a potential compiler error and warning on some versions of gcc and added a unit-test to test some untested comparison SIMD operations 2018-04-23 12:15:11 +01:00
ed
cdbc28c18b Add documentation tags 2018-03-15 12:10:32 +00:00
Zsolt Garamvolgyi
8f02179bbf Various additions to SIMDRegister 2017-11-30 16:30:17 +00:00
hogliux
eb8400b366 DSP: Added SIMDRegister::copyToRawArray and SIMDRegister::fromRawArray to easily convert between raw arrays and SIMD registers 2017-11-07 14:40:25 +00:00
jules
eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
hogliux
244a944857 Added the JUCE DSP module 2017-07-27 12:39:07 +01:00