mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
vcomp: No-op stub for _vcomp_barrier.
This commit is contained in:
parent
2a0055af29
commit
fd104f83d3
@ -86,6 +86,11 @@ void CDECL omp_set_num_threads(int num_threads)
|
||||
TRACE("(%d): stub\n", num_threads);
|
||||
}
|
||||
|
||||
void CDECL _vcomp_barrier(void)
|
||||
{
|
||||
TRACE("stub\n");
|
||||
}
|
||||
|
||||
void CDECL _vcomp_set_num_threads(int num_threads)
|
||||
{
|
||||
TRACE("(%d): stub\n", num_threads);
|
||||
|
@ -50,7 +50,7 @@
|
||||
@ stub _vcomp_atomic_xor_i2
|
||||
@ stub _vcomp_atomic_xor_i4
|
||||
@ stub _vcomp_atomic_xor_i8
|
||||
@ stub _vcomp_barrier
|
||||
@ cdecl _vcomp_barrier()
|
||||
@ stub _vcomp_copyprivate_broadcast
|
||||
@ stub _vcomp_copyprivate_receive
|
||||
@ stub _vcomp_enter_critsect
|
||||
|
@ -50,7 +50,7 @@
|
||||
@ stub _vcomp_atomic_xor_i2
|
||||
@ stub _vcomp_atomic_xor_i4
|
||||
@ stub _vcomp_atomic_xor_i8
|
||||
@ stub _vcomp_barrier
|
||||
@ cdecl _vcomp_barrier() vcomp._vcomp_barrier
|
||||
@ stub _vcomp_copyprivate_broadcast
|
||||
@ stub _vcomp_copyprivate_receive
|
||||
@ stub _vcomp_enter_critsect
|
||||
|
@ -50,7 +50,7 @@
|
||||
@ stub _vcomp_atomic_xor_i2
|
||||
@ stub _vcomp_atomic_xor_i4
|
||||
@ stub _vcomp_atomic_xor_i8
|
||||
@ stub _vcomp_barrier
|
||||
@ cdecl _vcomp_barrier() vcomp._vcomp_barrier
|
||||
@ stub _vcomp_copyprivate_broadcast
|
||||
@ stub _vcomp_copyprivate_receive
|
||||
@ stub _vcomp_enter_critsect
|
||||
|
Loading…
Reference in New Issue
Block a user