BPicture: Fix archive constructor.
[haiku.git] / src / add-ons / accelerants / nvidia_gpgpu / Acceleration.c
blobb87299090a90b8244f2204979073d19a3272c484
1 /*
2 Copyright 1999, Be Incorporated. All Rights Reserved.
3 This file may be used under the terms of the Be Sample Code License.
5 Other authors:
6 Rudolf Cornelissen 9/2003-6/2008.
7 */
9 /*
10 note:
11 moved DMA acceleration 'top-level' routines to be integrated in the engine:
12 it is costly to call the engine for every single function within a loop!
13 (measured with BeRoMeter 1.2.6: upto 15% speed increase on all CPU's.)
16 #define MODULE_BIT 0x40000000
18 #include "acc_std.h"