1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
Commit graph

22 commits

Author SHA1 Message Date
jules
a6671bbae0 Fixed a problem with 64-bit FloatVectorOperations min/max range. 2014-05-27 11:42:11 +01:00
jules
7d307727ad Fixed some edge-case problems in FloatVectorOperations min/max 2014-04-16 10:25:57 +01:00
jules
f5cafaebd4 Fixes for NEON version of FloatVectorOperations. 2014-04-05 13:54:29 +01:00
jules
cc5e52b5f4 FloatVectorOperations fixes. 2014-03-18 11:30:49 +00:00
jules
d74bf3dca8 Added 64-bit double methods to FloatVectorOperations. Refactored some of the min/max methods in FloatVectorOperations to return a Range instead of getting the results as parameters. 2014-03-18 10:56:34 +00:00
jules
e1f3ce0699 Fix for vector ops on very old CPUs. 2014-03-14 13:42:28 +00:00
jules
5601a244d3 Couple of fixes for FloatVectorOperations on NEON, and added a subtract() function. 2013-12-03 11:20:14 +00:00
jules
e53235741f Added support for NEON vector instructions, and some unit-tests for FloatVectorOperations. 2013-12-02 11:25:35 +00:00
jules
bb98c00d0d Avoided some pedantic compiler warnings in the audio plugin code. 2013-10-01 11:53:17 +01:00
jules
b5d3582580 Added missing cast in float vec ops. 2013-09-30 15:49:58 +01:00
jules
35286f06be Added a method FloatVectorOperations::negate(). 2013-09-30 13:55:04 +01:00
jules
239c15845a New method: FloatVectorOperations::enableFlushToZeroMode() 2013-09-23 11:17:43 +01:00
jules
8d6632be31 Removed unnecessary mm_emptys from SSE code. 2013-09-16 09:22:21 +01:00
jules
2786eadaf9 Removed a few pedantic warnings. 2013-08-26 14:58:23 +01:00
jules
03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
jules
28fa04a5f4 Android fix. 2013-03-06 16:33:50 +00:00
jules
408399ddff Added FloatVectorOperations::findMinimum and findMaximum 2013-03-05 21:58:52 +00:00
jules
6c08b41a5a Android build fix. 2013-02-27 17:54:17 +00:00
jules
f1ef1a7178 MSVC function call convention fixes. AAX compile fix. 2013-02-27 16:29:56 +00:00
jules
cbf8b5e8a2 Used some OSX vecLib functions inside FloatVectorOperations. 2013-02-26 14:28:56 +00:00
jules
6033581511 Additions and 64-bit fixes for FloatVectorOperations. 2013-02-25 16:23:04 +00:00
jules
b0ee49d537 New class FloatVectorOperations, with a bunch of SSE2-accelerated floating point functions. 2013-02-25 14:39:35 +00:00