Tom Poole
|
a4bd6cbc66
|
Fixed some more Linux compiler warnings
|
2019-06-06 10:25:19 +01:00 |
|
reuk
|
827055c2c1
|
DSP: Allowed AudioBlocks of const elements
|
2019-03-26 16:32:28 +00:00 |
|
Zsolt Garamvolgyi
|
0e58d244aa
|
DSP: Added SIMDRegister::truncate()
|
2019-03-26 11:48:56 +00:00 |
|
Tom Poole
|
102ed4a9f2
|
Fixed some compiler warnings
|
2018-06-27 17:02:25 +01: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 |
|
jules
|
7dd8fa993e
|
Fixes for templated code which could default-initialise a SIMDRegister object while expecting to get a zero-initialised value
|
2017-11-30 16:59:37 +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
|
dd4230586f
|
Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up
|
2017-10-11 12:26:05 +01: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 |
|
tpoole
|
9b687968db
|
Fixed some g++ compiler warnings
|
2017-08-29 14:47:04 +01:00 |
|
hogliux
|
a5311ff753
|
Fixed a few harmless sign conversion warnings in the dsp's SIMD code
|
2017-08-21 11:07:22 +01:00 |
|
tpoole
|
6e818d42f4
|
Documentation fixes
|
2017-08-01 11:23:17 +01:00 |
|
hogliux
|
244a944857
|
Added the JUCE DSP module
|
2017-07-27 12:39:07 +01:00 |
|