Changeset 70743 in webkit


Ignore:
Timestamp:
Oct 27, 2010 8:38:08 PM (13 years ago)
Author:
crogers@google.com
Message:

2010-10-27 Chris Rogers <crogers@google.com>

Reviewed by Kenneth Russell.

Add VectorMath files
https://bugs.webkit.org/show_bug.cgi?id=48467

No new tests since audio API is not yet implemented.

  • platform/audio/VectorMath.cpp: Added. (WebCore::VectorMath::vsmul): (WebCore::VectorMath::vadd):
  • platform/audio/VectorMath.h: Added.
Location:
trunk/WebCore
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r70742 r70743  
     12010-10-27  Chris Rogers  <crogers@google.com>
     2
     3        Reviewed by Kenneth Russell.
     4
     5        Add VectorMath files
     6        https://bugs.webkit.org/show_bug.cgi?id=48467
     7
     8        No new tests since audio API is not yet implemented.
     9
     10        * platform/audio/VectorMath.cpp: Added.
     11        (WebCore::VectorMath::vsmul):
     12        (WebCore::VectorMath::vadd):
     13        * platform/audio/VectorMath.h: Added.
     14
    1152010-10-27  Chris Rogers  <crogers@google.com>
    216
Note: See TracChangeset for help on using the changeset viewer.