Added IBM Cell SDK 2.x software_cache to Bullet/Extras. There is an option to enable it for the BulletMultiThreaded Cell version.
See USE_SOFTWARE_CACHE in Bullet\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGatheringCollisionTask.cpp It improves the Bullet midphase collision detection (triangle/vertex fetch) The license is CommonPublicLicense-1.0, see included license docs.
This commit is contained in:
32
Extras/software_cache/cache/include/spe_cache.h
vendored
Normal file
32
Extras/software_cache/cache/include/spe_cache.h
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
/* --------------------------------------------------------------- */
|
||||
/* PLEASE DO NOT MODIFY THIS SECTION */
|
||||
/* This prolog section is automatically generated. */
|
||||
/* */
|
||||
/* (C) Copyright 2001,2006, */
|
||||
/* International Business Machines Corporation, */
|
||||
/* */
|
||||
/* All Rights Reserved. */
|
||||
/* --------------------------------------------------------------- */
|
||||
/* PROLOG END TAG zYx */
|
||||
/* spe_cache.h
|
||||
*
|
||||
* Copyright (C) 2005 IBM Corp.
|
||||
*
|
||||
* Top level include file implementing
|
||||
* software managed cache.
|
||||
*/
|
||||
|
||||
#ifndef __SPE_CACHE_H__
|
||||
#define __SPE_CACHE_H__ 1
|
||||
|
||||
#include "vec_literal.h"
|
||||
#include "ilog2.h"
|
||||
#include "memset.h"
|
||||
//#include <cbe_mfc.h>
|
||||
|
||||
#include "defs.h"
|
||||
#include "dma.h"
|
||||
#include "nway.h"
|
||||
#include "api.h"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user