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.
33 lines
1.0 KiB
C
33 lines
1.0 KiB
C
/* --------------------------------------------------------------- */
|
|
/* 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
|