~ubuntu-branches/ubuntu/trusty/bmagic/trusty

« back to all changes in this revision

Viewing changes to src/bmsse_util.h

  • Committer: Bazaar Package Importer
  • Author(s): Roberto C. Sanchez
  • Date: 2010-01-24 14:45:39 UTC
  • mfrom: (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100124144539-4ipk5rt64dpp38hl
Tags: 3.6.3-1
* New upstream release
* debian/patches/config.guess.patch: drop obsolete patch
* Add ${misc:Depends} as requested by lintian

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
namespace bm
32
32
{
33
33
 
 
34
/** @defgroup SSE2 Processor specific optimizations for SSE2 instructions
 
35
 *  @ingroup bmagic
 
36
 */
 
37
 
 
38
 
34
39
/*! 
35
40
  @brief SSE2 reinitialization guard class
36
41